mirror of
https://github.com/restic/restic.git
synced 2026-05-14 22:35:23 +00:00
c0e1f36830
`--keep-tag invalid-tag` was previously able to wipe all snapshots in a repository. As a user specified a `--keep-*` option this is likely unintentional. This forbid deleting all snapshot if a `--keep-*` option was specified to prevent data loss. (Not specifying such an option currently also causes the command to abort)