mirror of
https://github.com/octoleo/restic.git
synced 2024-11-30 00:33:57 +00:00
restore: document how to speed up dry-run
This commit is contained in:
parent
36a2857df6
commit
f560152627
@ -155,6 +155,10 @@ Files with already up to date content are reported as ``unchanged``. Files whose
|
|||||||
was modified are ``updated`` and files that are new are shown as ``restored``. Directories
|
was modified are ``updated`` and files that are new are shown as ``restored``. Directories
|
||||||
and other file types like symlinks are always reported as ``restored``.
|
and other file types like symlinks are always reported as ``restored``.
|
||||||
|
|
||||||
|
To reliably determine which files would be updated, a dry-run also verifies the content of
|
||||||
|
already existing files according to the specified overwrite behavior. To skip these checks
|
||||||
|
either specify ``--overwrite never`` or specify a non-existing ``--target`` directory.
|
||||||
|
|
||||||
Restore using mount
|
Restore using mount
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user