mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
418 B
Plaintext
10 lines
418 B
Plaintext
Enhancement: Allow keeping a time range of snaphots
|
|
|
|
We've added the `--keep-within` option to the `forget` command. It instructs
|
|
restic to keep all snapshots within the given duration since the newest
|
|
snapshot. For example, running `restic forget --keep-within 5m7d` will keep all
|
|
snapshots which have been made in the five months and seven days since the
|
|
latest snapshot.
|
|
|
|
https://github.com/restic/restic/pull/1735
|