From 171e0a5ba76a61530e33e7b5ce7c484f4884d05e Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Thu, 31 Aug 2023 22:09:59 +0530 Subject: [PATCH] updated save.mdx --- website/content/commands/snapshot/save.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/commands/snapshot/save.mdx b/website/content/commands/snapshot/save.mdx index 18ffc50150ab..3059da35db27 100644 --- a/website/content/commands/snapshot/save.mdx +++ b/website/content/commands/snapshot/save.mdx @@ -49,6 +49,10 @@ Usage: `consul snapshot save [options] FILE` @include 'http_api_options_server.mdx' +- `-append-filename=` - Value can be - version,dc,node,status +Adds consul version, datacenter name, node name, and status (leader/follower) +to the file name before the extension separated by `-` + ## Examples To create a snapshot from the leader server and save it to "backup.snap":