summaryrefslogtreecommitdiffstats
path: root/repos.d/backblaze.conf
diff options
context:
space:
mode:
Diffstat (limited to 'repos.d/backblaze.conf')
-rw-r--r--repos.d/backblaze.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/repos.d/backblaze.conf b/repos.d/backblaze.conf
new file mode 100644
index 0000000..e4e40aa
--- /dev/null
+++ b/repos.d/backblaze.conf
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Repository Configuration
+export B2_ACCOUNT_KEY=""
+export B2_ACCOUNT_ID=""
+export RESTIC_REPOSITORY="b2:"
+
+export RESTIC_PASSWORD=""
+
+export RESTIC_COMMON_OPTS="-o b2.connections=45 --cache-dir=/var/cache/restic"