Skip to content

Commit

Permalink
Merge pull request #8493 from lhaig/master
Browse files Browse the repository at this point in the history
Update snapshot-save.mdx
  • Loading branch information
Mahmood Ali authored Jul 22, 2020
2 parents 9aae295 + 52f4242 commit 59d5e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/commands/operator/snapshot-save.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ snapshot operations.
To create a snapshot from the leader server and save it to "backup.snap":

```shell-session
$ nomad snapshot save backup.snap
$ nomad operator snapshot save backup.snap
```

To create a potentially stale snapshot from any available server (useful if no
leader is available):

```shell-session
$ nomad snapshot save -stale backup.snap
$ nomad operator snapshot save -stale backup.snap
```

## Usage
Expand Down

0 comments on commit 59d5e84

Please sign in to comment.