diff --git a/docs/backup_restore.md b/docs/backup_restore.md index dd16bf64..e68def43 100644 --- a/docs/backup_restore.md +++ b/docs/backup_restore.md @@ -190,7 +190,12 @@ You can list local snapshots with the `etcd-snapshot ls` subcommand. Snapshots are pruned automatically when the number of snapshots exceeds the configured retention count. The oldest snapshots are removed first. -You can manually prune snapshots down to a smaller amount using the following command: +You can manually prune "on-demand" snapshots down to a smaller amount using the following command: ``` -rke2 etcd-snapshot prune --snapshot-retention +rke2 etcd-snapshot prune --etcd-snapshot-retention +``` + +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 ``` \ No newline at end of file