mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
check - update documentation
This commit is contained in:
parent
e4a31d9dc8
commit
7349e7db8c
1 changed files with 4 additions and 7 deletions
|
|
@ -464,13 +464,10 @@ If the repository structure is intact, restic will show that ``no errors were fo
|
|||
check snapshots, trees and blobs
|
||||
no errors were found
|
||||
|
||||
By default, check creates a new temporary cache directory to verify that the
|
||||
data stored in the repository is intact. To reuse the existing cache, you can
|
||||
use the ``--with-cache`` flag.
|
||||
|
||||
If the cache directory is not explicitly set, then ``check`` creates its
|
||||
temporary cache directory in the temporary directory, see :ref:`temporary_files`.
|
||||
Otherwise, the specified cache directory is used, as described in :ref:`caching`.
|
||||
By default, ``check`` will use the current cache, and it will verify each cache object before
|
||||
proceeding to make sure that there is no bit rot in the local cache. You can
|
||||
explicitely request ``check`` to acquire a temporary cache via option ``--temporary-cache``.
|
||||
Alternative you can tell ``check`` not to verify the cache by using option ``--no-cache-verify``.
|
||||
|
||||
By default, the ``check`` command does not verify that the actual pack files
|
||||
on disk in the repository are unmodified, because doing so requires reading
|
||||
|
|
|
|||
Loading…
Reference in a new issue