This commit is contained in:
svnet 2020-12-01 00:48:22 +01:00
parent ba3298694a
commit 7ddb190520

View File

@ -1,16 +0,0 @@
---
- hosts: yunohost-backup
tasks:
- name: backup yunohost
shell: /usr/bin/yunohost backup create
args:
executable: /bin/bash
- name: recup backup
shell: scp * {{ ansible_hostname }}@svprox.vermeulen.pro:/var/lib/vz/backup-yunohost/{{ ansible_hostname }}
args:
executable: /bin/bash
chdir: /home/yunohost.backup/archives