mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:11:47 +00:00
Allow --tag and --keep-tag to match untagged snapshots
This commit is contained in:
committed by
Leo R. Lundgren
parent
5571c3f7fd
commit
326fefcd80
9
changelog/unreleased/issue-3456
Normal file
9
changelog/unreleased/issue-3456
Normal file
@@ -0,0 +1,9 @@
|
||||
Enhancement: Support filtering and specifying untagged snapshots
|
||||
|
||||
It was previously not possible to specify an empty tag with the `--tag` and
|
||||
`--keep-tag` options. This has now been fixed, such that `--tag ''` and
|
||||
`--keep-tag ''` now matches snapshots without tags. This allows e.g. the
|
||||
`snapshots` and `forget` commands to only operate on untagged snapshots.
|
||||
|
||||
https://github.com/restic/restic/issues/3456
|
||||
https://github.com/restic/restic/pull/3457
|
||||
Reference in New Issue
Block a user