1
0
mirror of https://github.com/restic/restic.git synced 2024-07-25 12:17:31 +02:00
restic/changelog/unreleased/pull-4764
2024-05-24 20:45:33 +02:00

9 lines
382 B
Plaintext

Enhancement: Remove all snapshots using `forget --unsafe-allow-remove-all`
The forget command now supports the `--unsafe-allow-remove-all` option. It must
always be combined with a snapshot filter (by host, path or tag).
For example the command `forget --tag example --unsafe-allow-remove-all`,
removes all snapshots with tag `example`.
https://github.com/restic/restic/pull/4764