Files
backup-scripts/borg/etc/borg_environment

10 lines
288 B
Plaintext

# Setting this, so the repo does not need to be given on the commandline:
export BORG_REPO=REPOPATH
# See the section "Passphrase notes" for more infos.
export BORG_PASSPHRASE='REPOPASSPHRASE'
export BORG_BASE_DIR='/opt/borg/home'
export BORG_LOGGING_CONF='/opt/borg/etc/logging.conf'