diff options
-rw-r--r-- | repos.d/backblaze.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos.d/backblaze.conf b/repos.d/backblaze.conf index e4e40aa..91959c6 100644 --- a/repos.d/backblaze.conf +++ b/repos.d/backblaze.conf @@ -6,4 +6,4 @@ export RESTIC_REPOSITORY="b2:" export RESTIC_PASSWORD="" -export RESTIC_COMMON_OPTS="-o b2.connections=45 --cache-dir=/var/cache/restic" +export RESTIC_COMMON_OPTS="-o\ b2.connections=45\ --cache-dir=/var/cache/restic" |