Skip to content

Commit

Permalink
docs(manpage): Add batch-delete to man
Browse files Browse the repository at this point in the history
Relevant to Issue #5
  • Loading branch information
hirak99 committed Jan 4, 2025
1 parent 073948e commit 27adeee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions artifacts/yabsnap.manpage
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ delete /.snapshots/@root-20221006183032`, or specify just the suffix, e.g.
`yabsnap delete 20221006183032`. If you specify just the suffix, it will delete
matching snapshots from all configs.

.SS yabsnap batch-delete [--start TIMESTAMP] [--end TIMESTAMP] [--indicator S|I|U]

Batch delete snapshots. All snaps with start <= snap.time < end, optionally
matching the `--indicator` will be deleted. Matching snapshots will be displayed
and confirmed interactively before deletion.

.SS yabsnap [--dry-run] rollback-gen [-h] TARGET_SUFFIX

Generates a script to roll back to a particular snapshot.
Expand Down

0 comments on commit 27adeee

Please sign in to comment.