This commit is contained in:
Florian RICHER 2023-06-09 02:23:19 +02:00
parent 31744304a1
commit 18ef613556
7 changed files with 33 additions and 0 deletions

View 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