1
0

Configure baclup for sqlite databases

This commit is contained in:
2025-05-02 19:05:17 +03:00
parent 76328bf6c6
commit d1eae9b5b5
4 changed files with 21 additions and 9 deletions

View File

@ -38,11 +38,11 @@
group: root
mode: '0700'
# - name: "Creates a cron file for backups under /etc/cron.d"
# ansible.builtin.cron:
# name: restic backup
# minute: "0"
# hour: "2"
# user: "root"
# job: "systemd-cat {{ bin_prefix }}/restic-backup.sh"
# cron_file: ansible_restic_backup
- name: "Creates a cron file for backups under /etc/cron.d"
ansible.builtin.cron:
name: restic backup
minute: "0"
hour: "0"
user: "root"
job: "systemd-cat {{ bin_prefix }}/restic-backup.sh"
cron_file: ansible_restic_backup