20 lines
591 B
Plaintext
20 lines
591 B
Plaintext
# Recursive searched directories for pre backup scripts
|
|
PRE_BACKUP_SCRIPT_DIRS="/root /mnt/trident/docker"
|
|
|
|
# Name of backup of zfs array (optional, fallback: zfs)
|
|
ZFS_ARRAY_NAME=trident
|
|
|
|
# Borg Backup Destination ENV Files
|
|
BORG_DESTINATION_ENV_FILES="/root/.borgenv-wdexternal /root/.borgenv-qbli"
|
|
|
|
# General options for borg backup (TODO: Unclear what this is for)
|
|
BORG_BACKUP_OPTS=""
|
|
|
|
BORG_DEBIAN_DIRS="/home /root /etc /var"
|
|
|
|
# ZFS Datasets to be backed up
|
|
BORG_ZFS_DATASETS="trident/docker trident/private"
|
|
|
|
# Mountpoint for zfs dataset snapshot
|
|
ZFS_SNAPSHOT_MOUNTPOINT="/mnt/snapshot"
|