Split exclude and backup

This commit is contained in:
2024-02-10 12:40:49 +01:00
parent a60d113289
commit eab5ff4f0b
2 changed files with 3 additions and 2 deletions

View File

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