Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backup_restore.md
Browse files Browse the repository at this point in the history
Added missing `save` command
fatihmete authored Oct 1, 2024
1 parent 297e31e commit a8465c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backup_restore.md
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ For the `etcd-snapshot` subcommand, the `--etcd-s3` flags are aliased to `--s3`.
To perform an on-demand etcd snapshot and save it to S3:

```
rke2 etcd-snapshot \
rke2 etcd-snapshot save \
--s3 \
--s3-bucket=<S3-BUCKET-NAME> \
--s3-access-key=<S3-ACCESS-KEY> \
@@ -198,4 +198,4 @@ rke2 etcd-snapshot prune --etcd-snapshot-retention <NUM-OF-SNAPSHOTS-TO-RETAIN>
You can manually prune "scheduled" snapshots down to a smaller amount using the following command:
```
rke2 etcd-snapshot prune --name etcd-snapshot --etcd-snapshot-retention <NUM-OF-SNAPSHOTS-TO-RETAIN>
```
```

0 comments on commit a8465c0

Please sign in to comment.