We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080dbd commit 219b3ffCopy full SHA for 219b3ff
ansible/playbook_main.yml
@@ -81,6 +81,12 @@
81
- role: archive
82
vars:
83
archive_jobs:
84
+ - name: "backup-git-{{ hostname_main }}"
85
+ user: "root"
86
+ dest: "/share/backups/{{ hostname_main }}/git/"
87
+ timer_OnCalendar: "*-*-* 04:20:00"
88
+ steps:
89
+ - { name: "git", src: "/git", }
90
- name: "backup-config-{{ hostname_main }}"
91
user: "root"
92
dest: "/share/backups/{{ hostname_main }}/config/"
@@ -104,7 +110,6 @@
104
110
105
111
timer_OnCalendar: "*-*-* *:20:00"
106
112
steps:
107
- - { src: "/git", dest: "/share/backups/{{ hostname_main }}/git" }
108
113
- { src: "/share-common", dest: "/share/backups/{{ hostname_main }}/share-common", opts: '--exclude="downloads"' }
109
114
115
- role: rsync-daemon
0 commit comments