Add an description of `check` temporary cache directory location

This commit is contained in:
Refutable4890 2023-06-07 22:35:33 +08:00 committed by GitHub
parent 49a6a4f5bf
commit aea7538936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ instead of the default, set the environment variable like this:
$ restic -r /srv/restic-repo backup ~/work
If the environment variable ``$RESTIC_CACHE_DIR`` is not set, ``check`` creates its temporary cache directory in the temporary directory. If ``$RESTIC_CACHE_DIR`` is set, ``check`` creates its temporary cache directory in ``$RESTIC_CACHE_DIR``.
.. _caching: