memento-tergum/config-example.txt

26 lines
958 B
Plaintext

EMAILSUB="SERVERANAME Backup Complete"
RECIPIENT="email@addre.ss"
BACKUPDATA="/path/to/dir1 /path/to/dir2 --exclude /path/to/exclude1 --exclude /path/to/exclude2"
KEEPLAST="7"
KEEPDAILY="0"
KEEPWEEKLY="4"
KEEPMONTHLY="2"
KEEPYEARLY="2"
B2_ACCOUNT_ID=""
B2_ACCOUNT_KEY=""
RESTIC_REPOSITORY=""
RESTIC_PASSWORD_FILE="/path/to/restic/password/file"
RESTORE_DIR="/path/to/mount/snapshot/repo"
VM_EMAILSUB="VM Backups Complete on SERVERNAME"
VM_XML_PATH="/path/to/backup/vm/xml"
VM_SNAP_PATH="/path/to/backup/vm/snapshots
VM_KEEP_BACKUP_DAYS="7"
SQL_EMAILSUB="Database Backup Complete"
PGSQL_PATH=/path/to/sqlbackups/postgres
MYSQL_PATH=/path/to/sqlbackups/mysql
SQL_AUTH_FILE=/path/to/sqlauth.txt
PGSQL_CONTAINER_NAMES="space separated list of containers running pgsql"
MYSQL_CONTAINER_NAMES="space separated list of containers running mysql or mariadb"
IPA_EMAILSUB="FreeIPA Backup Complete"
IPA_CONTAINERNAME="freeipa-master-1"
IPA_BACKUP_PATH="/opt/ipabackups"