2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 15:48:25 +00:00

11 lines
416 B
Plaintext
Raw Normal View History

2024-07-23 00:19:22 +02:00
Enhancement: Support forgetting all snapshots
2024-05-19 00:26:12 +02:00
2024-07-23 00:19:22 +02: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-19 00:26:12 +02:00
https://github.com/restic/restic/pull/4764