copr-be: rsnapshot-push: run weekly on Saturday
The process is I/O intensive, and we seem to have lower traffic on weekends.
This commit is contained in:
parent
25484cc0a1
commit
f4c7ecdd33
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@
|
||||||
|
|
||||||
- name: cronjob run twice a week to trigger the backup (and rotation)
|
- name: cronjob run twice a week to trigger the backup (and rotation)
|
||||||
cron:
|
cron:
|
||||||
name: "backup documents - {{ item.key }}"
|
name: "rsnapshot_push backup - {{ item.key }}"
|
||||||
minute: "1"
|
minute: "1"
|
||||||
hour: "1"
|
hour: "1"
|
||||||
day: "3,7"
|
weekday: "6"
|
||||||
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