From 0a4929876c1606abf2a599c6561affba368ab5fb Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 28 Nov 2017 22:38:21 +0100 Subject: Add caching --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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" -- cgit v1.2.3-54-g00ecf