Add documentation

This commit is contained in:
Alexander Neumann
2018-05-13 12:54:23 +02:00
parent 060d8b57e0
commit 375868edcf
2 changed files with 13 additions and 0 deletions

View 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