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

9 lines
382 B
Plaintext
Raw Normal View History

2024-05-19 00:26:12 +02:00
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