add exclude
This commit is contained in:
parent
eab5ff4f0b
commit
77b6b71ad5
@ -6,7 +6,7 @@
|
|||||||
borg_repo_encryption: "none"
|
borg_repo_encryption: "none"
|
||||||
borg_script_install_path: "/opt/borgbackup.sh"
|
borg_script_install_path: "/opt/borgbackup.sh"
|
||||||
borg_backup_paths: "/"
|
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:
|
tasks:
|
||||||
- name: "Install borg backup"
|
- name: "Install borg backup"
|
||||||
|
Loading…
Reference in New Issue
Block a user