mirror of https://github.com/restic/restic.git
add hints about new functionality in documention
This commit is contained in:
parent
11e4e5833b
commit
2585c68d16
|
@ -34,6 +34,9 @@ size of the contained files at the time when the snapshot was created.
|
||||||
590c8fc8 2015-05-08 21:47:38 kazik /srv 580.200MiB
|
590c8fc8 2015-05-08 21:47:38 kazik /srv 580.200MiB
|
||||||
9f0bc19e 2015-05-08 21:46:11 luigi /srv 572.180MiB
|
9f0bc19e 2015-05-08 21:46:11 luigi /srv 572.180MiB
|
||||||
|
|
||||||
|
If you have many snapshots, you can restrict it to only snapshots made
|
||||||
|
the last week, using ``-newer-than 7d``.
|
||||||
|
|
||||||
You can filter the listing by directory path:
|
You can filter the listing by directory path:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
|
@ -353,7 +353,9 @@ Since restic 0.17.0, it is possible to delete all snapshots for a specific
|
||||||
host, tag or path using the ``--unsafe-allow-remove-all`` option. The option
|
host, tag or path using the ``--unsafe-allow-remove-all`` option. The option
|
||||||
must always be combined with a snapshot filter (by host, path or tag).
|
must always be combined with a snapshot filter (by host, path or tag).
|
||||||
For example the command ``forget --tag example --unsafe-allow-remove-all``
|
For example the command ``forget --tag example --unsafe-allow-remove-all``
|
||||||
removes all snapshots with tag ``example``.
|
removes all snapshots with tag ``example``. Since restic 0.17.4, this
|
||||||
|
can be combined with an option like ``--older-than 1y`` to implement
|
||||||
|
a hard maximum retention for snapshots.
|
||||||
|
|
||||||
|
|
||||||
Security considerations in append-only mode
|
Security considerations in append-only mode
|
||||||
|
|
Loading…
Reference in New Issue