Skip to content
Snippets Groups Projects
Commit 43c05ded authored by jurgenhaas's avatar jurgenhaas
Browse files

#2 Run backup 4 times per day by default for apps

parent 0c86e7d6
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
- name: Crontabs
copy:
content: |
0 1 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic --stats -v 0 2>&1
55 */6 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic --stats -v 0 2>&1
30 23 1 * * PATH=$PATH:/usr/bin /usr/local/bin/borgmatic --check -v 0 2>&1
dest: '{{ application_root }}/borgconfig/crontab.txt'
owner: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment