Change backup paths

This commit is contained in:
Tomislav Kopić 2024-02-10 12:38:45 +01:00
parent 06b25aa678
commit a60d113289
1 changed files with 1 additions and 1 deletions

View File

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