Skip to content

Commit 0fb8f41

Browse files
committed
include documentation for check with cache option
1 parent 32cccf7 commit 0fb8f41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/guide/configuration.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ By default the crontab will look like this::
104104

105105
0 2 * * * source /env.sh && rcb backup > /proc/1/fd/1
106106

107+
CHECK_WITH_CACHE
108+
~~~~~~~~~~~~~~~~~~
109+
110+
**Default value**: ``false``
111+
112+
Whether restic should use the local cache when checking for integrity
113+
of the repository. This is useful for reducing remote read operations,
114+
which may be charged by your cloud provider.
115+
107116
LOG_LEVEL
108117
~~~~~~~~~
109118

0 commit comments

Comments
 (0)