Compare commits

..

No commits in common. "460fe20559a2e158a067407a4aa5c34b725e48f5" and "492388011e5ebd1d2343fc3a5eb7831392809c7b" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View file

@ -1,10 +1,5 @@
---
- hosts: backup_server
roles:
- name: common
vars:
ansible_cfg_repo: infra/backups
tasks:
# - name: install necessary packages
# ansible.builtin.apt:
@ -81,12 +76,6 @@
register: rsnapshot_conf
tags: rsnapshot
- name: Check rsnapshot config
ansible.builtin.command:
cmd: rsnapshot configtest
register: rsnapshot_configtest
tags: rsnapshot
- name: Copy systemd unit files
ansible.builtin.copy:
src: files/{{ item }}

View file

@ -235,7 +235,7 @@ backup /mnt/kdrive/ kdrive/
### kubernetes PVCs
backup /mnt/syno/k8home/ k8home/
backup /mnt/syno/k8home/ k8home/
# LOCALHOST
#backup /home/ localhost/
@ -265,4 +265,4 @@ backup /mnt/syno/k8home/ k8home/
# vim: ts=4:sw=4:noet: