aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-09-30 10:33:29 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-09-30 10:33:29 +0300
commit2d60e237ca3d21ba48f3fcbd7d94b7c597282049 (patch)
treec76fc322ea69dc5563401c64706d34efe1aadc94 /tasks
parentd9ce013dda51ad1a1905e2acc7476ea1744be6e0 (diff)
Implement daily backups
Diffstat (limited to 'tasks')
-rw-r--r--tasks/general.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index ec748bf..df24be2 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -90,3 +90,11 @@
owner: root
group: wheel
mode: "0644"
+
+- name: Copy backup script
+ template:
+ src: usr_local_bin_backup.sh.j2
+ dest: /usr/local/bin/backup
+ owner: root
+ group: wheel
+ mode: "0755"