mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 21:27:34 +00:00
11 lines
416 B
Plaintext
11 lines
416 B
Plaintext
Enhancement: Support forgetting all snapshots
|
|
|
|
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".
|
|
|
|
https://github.com/restic/restic/pull/4764
|