mirror of
https://github.com/octoleo/restic.git
synced 2024-11-21 12:25:09 +00:00
Add a note that the oldest snapshot may be kept additionally
Documentation enhancement.
This commit is contained in:
parent
bb0c923298
commit
948ab3ccaf
@ -207,10 +207,13 @@ The ``forget`` command accepts the following policy options:
|
||||
They also only count hours/days/weeks/etc which have one or more snapshots.
|
||||
A value of ``-1`` will be interpreted as "forever", i.e. "keep all".
|
||||
|
||||
.. note:: All duration related options (``--keep-{within,-*}``) ignore snapshots
|
||||
.. note:: All duration related options (``--keep-{within-,}*``) ignore snapshots
|
||||
with a timestamp in the future (relative to when the ``forget`` command is
|
||||
run) and these snapshots will hence not be removed.
|
||||
|
||||
.. note:: If there are not enough snapshots to keep one for each duration related
|
||||
``--keep-{within-,}*`` option, the oldest snapshot is kept additionally.
|
||||
|
||||
.. note:: Specifying ``--keep-tag ''`` will match untagged snapshots only.
|
||||
|
||||
When ``forget`` is run with a policy, restic first loads the list of all snapshots
|
||||
|
Loading…
Reference in New Issue
Block a user