aboutsummaryrefslogtreecommitdiff
path: root/tasks/client_Alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/client_Alpine.yml')
-rw-r--r--tasks/client_Alpine.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/client_Alpine.yml b/tasks/client_Alpine.yml
new file mode 100644
index 0000000..3334be5
--- /dev/null
+++ b/tasks/client_Alpine.yml
@@ -0,0 +1,6 @@
+---
+- name: activate borg cron
+ lineinfile:
+ line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
+ path: /etc/crontabs/root
+...