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.
backup
1 parent 80adb91 commit 3312384Copy full SHA for 3312384
salt/backup/init.sls
@@ -6,7 +6,7 @@
6
- mode: 700
7
- template: jinja
8
- context:
9
- backup_dir: {{ pillar['backup_dir'] }}
+ backup_dir: {{ pillar['backup_dir'] }}
10
11
/root/backup_site.sh:
12
file.managed:
@@ -16,8 +16,8 @@
16
17
18
19
20
- backup_site_list: {{ pillar['backup_sites'] | join(' ') }}
+ backup_site_list: {{ pillar['backup_sites'] | join(' ') }}
21
22
#backup-mysql:
23
# cron.present:
0 commit comments