aboutsummaryrefslogtreecommitdiff
path: root/tasks/client_FreeBSD.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/client_FreeBSD.yml')
-rw-r--r--tasks/client_FreeBSD.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/client_FreeBSD.yml b/tasks/client_FreeBSD.yml
new file mode 100644
index 0000000..6bfc0ce
--- /dev/null
+++ b/tasks/client_FreeBSD.yml
@@ -0,0 +1,8 @@
+---
+- name: activate borg cron
+ lineinfile:
+ line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
+ path: /var/cron/tabs/root
+ create: yes
+ notify: restart bsd cron
+...