add restic wrapper scripts

This commit is contained in:
2019-12-15 20:51:51 -06:00
parent 95b7f4115c
commit 4a7cd07ac9
10 changed files with 191 additions and 10 deletions

View File

@ -11,5 +11,16 @@ restic_bin_path: /usr/local/bin
restic_etc_path: /etc/restic
restic_path: "{{ restic_bin_path }}/restic"
restic_global_exclude:
- /dev
- /media
- /mnt
- /proc
- /run
- /sys
- /tmp
- /var/tmp
- /var/lib/lxcfs/cgroup
restic_repos: []
restic_jobs: []