mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
doc: document safety feature for --target / --delete
This commit is contained in:
parent
c3b3120e10
commit
5838896962
@ -132,6 +132,10 @@ options will be deleted. For example, the command
|
||||
``restic -r /srv/restic-repo restore 79766175:/work --target /tmp/restore-work --include /foo --delete``
|
||||
would only delete files within ``/tmp/restore-work/foo``.
|
||||
|
||||
When using ``--target / --delete`` then the ``restore`` command only works if either an ``--include``
|
||||
or ``--exclude`` option is also specified. This ensures that one cannot accidentaly delete
|
||||
the whole system.
|
||||
|
||||
Dry run
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user