mirror of
https://github.com/restic/restic.git
synced 2026-06-09 00:42:42 -04:00
docs: add the --keep-unique option in the documentation
This commit is contained in:
parent
9df58b7a1c
commit
2abcda9c31
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ The ``forget`` command accepts the following policy options:
|
|||
specified duration of the latest snapshot.
|
||||
- ``--keep-within-yearly duration`` keep all yearly snapshots made within the
|
||||
specified duration of the latest snapshot.
|
||||
- ``--keep-unique`` keep only one snapshot per tree.
|
||||
|
||||
.. note:: All calendar related options (``--keep-{hourly,daily,...}``) work on
|
||||
natural time boundaries and *not* relative to when you run ``forget``. Weeks
|
||||
|
|
|
|||
Loading…
Reference in a new issue