Change backup paths
This commit is contained in:
parent
06b25aa678
commit
a60d113289
@ -5,7 +5,7 @@
|
|||||||
borg_repo_path: "/var/backups/backup.borg/"
|
borg_repo_path: "/var/backups/backup.borg/"
|
||||||
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: "/etc/ /var/spool/ --exclude=*.log"
|
borg_backup_paths: "/ --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