Skip to content

Commit

Permalink
doc: describe undo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruhler committed Sep 9, 2024
1 parent 570d884 commit e340c4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ mc ls --versions my-snapshots/vault-snapshots-2f848f
[2024-09-09 09:07:46 CEST] 0B X/1031980658232456253 v2 DEL vault_2024-09-06-1739.snapshot
[2024-09-06 19:39:49 CEST] 28KiB Standard 1031052557042383613 v1 PUT vault_2024-09-06-1739.snapshot
```

Use [`mc
undo`](https://min.io/docs/minio/linux/reference/minio-mc/mc-undo.html) to undo
the `DEL` operation:
```
mc undo my-snapshots/vault-snapshots-2f848f/vault_2024-09-06-1739.snapshot
mc ls --versions my-snapshots/vault-snapshots-2f848f
[2024-09-06 19:39:49 CEST] 28KiB Standard 1031052557042383613 v1 PUT vault_2024-09-06-1739.snapshot
```

0 comments on commit e340c4a

Please sign in to comment.