summaryrefslogtreecommitdiffstats
path: root/repos.d/backblaze.conf
blob: 91959c67f3f8d8a852e3baafa4e9e23783d62752 (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"