1
0
mirror of https://github.com/restic/restic.git synced 2024-06-29 08:10:52 +02:00

doc: suggest backup before in-place restore

This commit is contained in:
Michael Eischer 2024-06-07 21:54:58 +02:00
parent f1c76a8286
commit d890bfff7c

View File

@ -91,6 +91,12 @@ stored explicitly.
Restoring in-place
------------------
.. note::
Restoring data in-place can leave files in a partially restored state if the ``restore``
operation is interrupted. To ensure you can revert back to the previous state, create
a current ``backup`` before restoring a different snapshot.
By default, the ``restore`` command overwrites already existing files at the target
directory. This behavior can be configured via the ``--overwrite`` option. The following
values are supported: