Ansible_workstation/tasks/choux_borg_backup.yml

16 lines
225 B
YAML
Raw Normal View History

2018-08-25 06:47:57 +00:00
---
- 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