mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Apply suggestions from code review
Co-authored-by: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ Usage: nomad operator snapshot save [options] <filename>
|
||||
|
||||
To create a snapshot from the leader server and save it to "backup.snap":
|
||||
|
||||
$ consul snapshot save backup.snap
|
||||
$ nomad snapshot save backup.snap
|
||||
|
||||
To create a potentially stale snapshot from any available server (useful if no
|
||||
leader is available):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// snapshot manages the interactions between Consul and Raft in order to take
|
||||
// snapshot manages the interactions between Nomad and Raft in order to take
|
||||
// and restore snapshots for disaster recovery. The internal format of a
|
||||
// snapshot is simply a tar file, as described in archive.go.
|
||||
package snapshot
|
||||
|
||||
Reference in New Issue
Block a user