Add compression and name format

This commit is contained in:
2024-02-10 13:29:48 +01:00
parent 9126d08d33
commit 5ccc9709d8
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
borg_repo_path: "/var/backups/backup.borg/"
borg_repo_encryption: "none"
borg_script_install_path: "/opt/borgbackup.sh"
borg_backup_name_format: "backup-$(date +%Y-%m-%d-%H:%M)"
borg_backup_compression: "lzma,6"
borg_backup_paths: "/etc /var"
borg_exclude_paths: "--exclude={{borg_repo_path}} --exclude=*.log --exclude=*.log.gz"