Change default backup paths

This commit is contained in:
Tomislav Kopić 2024-02-10 13:23:52 +01:00
parent 615ab45238
commit 9126d08d33
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
borg_repo_path: "/var/backups/backup.borg/"
borg_repo_encryption: "none"
borg_script_install_path: "/opt/borgbackup.sh"
borg_backup_paths: "/"
borg_exclude_paths: "--exclude={{borg_repo_path}} --exclude=*.log --exclude=*.log.gz --exclude=/proc/ --exclude=/dev/ --exclude=/run/ --exclude=/sys/ --exclude=/tmp/"
borg_backup_paths: "/etc /var"
borg_exclude_paths: "--exclude={{borg_repo_path}} --exclude=*.log --exclude=*.log.gz"
tasks:
- name: "Install borg backup"