mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
add changelog for issue
This commit is contained in:
parent
96cdc02d66
commit
11e4e5833b
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/issue-5136
Normal file
10
changelog/unreleased/issue-5136
Normal file
|
@ -0,0 +1,10 @@
|
|||
Enhancement: Add snapshot filtering options --older-than and --newer-than
|
||||
|
||||
Restic subcommands which work on a set of snapshots (``copy``,
|
||||
``find``, ``forget``, ``snapshots``, ``tag`` and more) can now filter
|
||||
on the absolute age of the snapshots specified as a duration, e.g.,
|
||||
``--newer-than 1d12h`` to only operate on snapshots created less than
|
||||
36 hours ago, or ``--older-than 90d`` to operate on snapshots older
|
||||
than three months.
|
||||
|
||||
https://github.com/restic/restic/issues/5136
|
Loading…
Add table
Reference in a new issue