summaryrefslogtreecommitdiffstats
path: root/repos.d/backblaze.conf
blob: e4e40aa95bbb6e2bf16ac562c12f0d12142b9bdf (plain)
1
2
3
4
5
6
7
8
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"