Automate backup with cron

This commit is contained in:
2018-08-25 08:47:57 +02:00
parent a1192d707b
commit 091cc575ef
4 changed files with 72 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
---
- name: Install borgbackup
pacman:
name: borg
state: present

View 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