copr: incremental backup: do backup twice a week
This commit is contained in:
parent
b771f93a53
commit
9ffbaef878
1 changed files with 3 additions and 2 deletions
|
@ -67,8 +67,9 @@
|
||||||
- name: backup praiskup data
|
- name: backup praiskup data
|
||||||
cron:
|
cron:
|
||||||
name: "backup documents - {{ item.key }}"
|
name: "backup documents - {{ item.key }}"
|
||||||
minute: "*/5"
|
minute: "1"
|
||||||
hour: "*"
|
hour: "1"
|
||||||
|
day: "3,7"
|
||||||
user: "{{ item.value.user }}"
|
user: "{{ item.value.user }}"
|
||||||
job: "ionice --class=idle /usr/local/bin/{{ item.value.command }} >/dev/null"
|
job: "ionice --class=idle /usr/local/bin/{{ item.value.command }} >/dev/null"
|
||||||
with_dict:
|
with_dict:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue