Add borg
This commit is contained in:
parent
31744304a1
commit
18ef613556
7 changed files with 33 additions and 0 deletions
8
roles/borg/tasks/cron.yml
Normal file
8
roles/borg/tasks/cron.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- name: Ensure a job that run to backup data
|
||||
ansible.builtin.cron:
|
||||
name: "borg backup"
|
||||
special_time: "daily"
|
||||
job: "/usr/bin/backup"
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue