mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
Fix --keep-* options list formatting.
This commit is contained in:
parent
2debb5c0e0
commit
5a9c7c51e6
1 changed files with 7 additions and 6 deletions
|
@ -145,6 +145,7 @@ tags use ``--group-by paths,tags``. The policy is then applied to each group of
|
||||||
snapshots separately. This is a safety feature.
|
snapshots separately. This is a safety feature.
|
||||||
|
|
||||||
The ``forget`` command accepts the following parameters:
|
The ``forget`` command accepts the following parameters:
|
||||||
|
|
||||||
- ``--keep-last n`` never delete the ``n`` last (most recent) snapshots
|
- ``--keep-last n`` never delete the ``n`` last (most recent) snapshots
|
||||||
- ``--keep-hourly n`` for the last ``n`` hours in which a snapshot was
|
- ``--keep-hourly n`` for the last ``n`` hours in which a snapshot was
|
||||||
made, keep only the last snapshot for each hour.
|
made, keep only the last snapshot for each hour.
|
||||||
|
|
Loading…
Reference in a new issue