You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
295 B

export B2_ACCOUNT_ID='backblaze key id'
export B2_ACCOUNT_KEY='backblaze key secret'
export RESTIC_REPOSITORY='backblaze repo'
export RESTIC_PASSWORD_FILE=/opt/restic/etc/restic.key
export RESTIC_CACHE_DIR=/srv/restic/cache/
export TMPDIR=/srv/restic/tmp/
RESTIC_TARGETS=("/")
RESTIC_OPTIONS=()