summaryrefslogtreecommitdiffstats
path: root/repos.d/backblaze.conf
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-03-11 14:30:34 -0700
committerThomas Groman <tgroman@nuegia.net>2020-03-11 14:30:34 -0700
commit753ad76f5f32ace36a7686936b76caf296c7ff65 (patch)
treedc1c94387e370e362117eeda5c634ed383e3020e /repos.d/backblaze.conf
downloadrestic_bootsrap-753ad76f5f32ace36a7686936b76caf296c7ff65.tar
restic_bootsrap-753ad76f5f32ace36a7686936b76caf296c7ff65.tar.gz
restic_bootsrap-753ad76f5f32ace36a7686936b76caf296c7ff65.tar.lz
restic_bootsrap-753ad76f5f32ace36a7686936b76caf296c7ff65.tar.xz
restic_bootsrap-753ad76f5f32ace36a7686936b76caf296c7ff65.zip
initial commit
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"