Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ansible/roles/borgbackup
1 result
Show changes
Commits on Source (1)
......@@ -26,7 +26,7 @@
- name: Add cron job for create, check and prune
cron:
name: borgmatic
hour: 4
hour: '{{ borgbackup_cron_hour|default(4) }}'
minute: 0
cron_file: borgmatic
user: root
......