From 11e4e5833b7ce8fe2414bc7d5156e2b2318a78ed Mon Sep 17 00:00:00 2001 From: Kjetil Torgrim Homme Date: Tue, 14 Jan 2025 02:04:30 +0100 Subject: [PATCH] add changelog for issue --- changelog/unreleased/issue-5136 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/issue-5136 diff --git a/changelog/unreleased/issue-5136 b/changelog/unreleased/issue-5136 new file mode 100644 index 000000000..40ed18853 --- /dev/null +++ b/changelog/unreleased/issue-5136 @@ -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