#!/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"