aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-11-28 22:38:21 +0100
committerLaria Carolin Chabowski <laria@laria.me>2017-11-28 22:38:21 +0100
commit0a4929876c1606abf2a599c6561affba368ab5fb (patch)
tree4c352b218e5bfcd7dd94b1b090643b0b7be2ccd6 /README.md
parent61b52fd69f2750ad55a2740cae17f8b629c7da69 (diff)
downloadpetrific-0a4929876c1606abf2a599c6561affba368ab5fb.tar.gz
petrific-0a4929876c1606abf2a599c6561affba368ab5fb.tar.bz2
petrific-0a4929876c1606abf2a599c6561affba368ab5fb.zip
Add caching
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index db923fc..330e913 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ Here is a commented example config. For more details, consult the documentation
# This config key defines the default storage backend, as defined below
default_storage = "local_encrypted"
+ # This defines the location of the cache file (can speed up creating backups; can be left out)
+ cache_path = "~/.cache/petrific.cache"
+
[signing]
# Use this GPG key to sign snapshots
key = "0123456789ABCDEF0123456789ABCDEF01234567"