Configure baclup for sqlite databases
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user