Automate backup with cron
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
- name: Install borgbackup
|
||||
pacman:
|
||||
name: borg
|
||||
state: present
|
||||
|
15
tasks/choux_borg_backup.yml
Normal file
15
tasks/choux_borg_backup.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Install borgbackup
|
||||
pacman:
|
||||
name: borg
|
||||
state: present
|
||||
|
||||
- name: Automate toward local RAID backup with cron.daily
|
||||
template:
|
||||
src: files/choux_borg_cron.sh
|
||||
dest: /etc/cron.daily/
|
||||
mode: 755
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user