mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:47:42 +00:00
Add documentation
This commit is contained in:
9
changelog/unreleased/pull-1735
Normal file
9
changelog/unreleased/pull-1735
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user