Add host-specific variables for backup dirs and options.
This commit is contained in:
parent
8a821f501d
commit
23766673be
4 changed files with 9 additions and 2 deletions
|
@ -5,4 +5,7 @@ borg_key_backup: "/root/borg-key.backup"
|
|||
## alternative: "ssh://user@host:port/path/to/repo"
|
||||
backup_repo: "/var/backups/mnt/backup/borg"
|
||||
|
||||
backup_dirs_extra: ""
|
||||
|
||||
backup_opts: "--exclude-caches"
|
||||
backup_opts_extra: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue