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
|
||||
cron:
|
||||
name: "backup documents - {{ item.key }}"
|
||||
minute: "*/5"
|
||||
hour: "*"
|
||||
minute: "1"
|
||||
hour: "1"
|
||||
day: "3,7"
|
||||
user: "{{ item.value.user }}"
|
||||
job: "ionice --class=idle /usr/local/bin/{{ item.value.command }} >/dev/null"
|
||||
with_dict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue