add exclude

This commit is contained in:
Tomislav Kopić 2024-02-10 12:45:22 +01:00
parent eab5ff4f0b
commit 77b6b71ad5
1 changed files with 1 additions and 1 deletions

View File

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