2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-27 15:26:37 +00:00
restic/changelog/0.17.0_2024-07-26/pull-4764

11 lines
416 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Support forgetting all snapshots
2024-05-18 22:26:12 +00:00
2024-07-22 22:19:22 +00:00
The `forget` command now supports the `--unsafe-allow-remove-all` option, which
removes all snapshots in the repository.
This option 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 the tag "example".
2024-05-18 22:26:12 +00:00
https://github.com/restic/restic/pull/4764