17 lines
539 B
Plaintext
17 lines
539 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"
|