1
0
Fork 0

Reworked and improved borg role

This commit is contained in:
Julien Dessaux 2021-05-02 18:42:01 +02:00
parent 2451b5ced3
commit 5d9a225014
11 changed files with 123 additions and 57 deletions

View file

@ -4,6 +4,8 @@
# ~~~~ ~~~~ #
###############################################################################
set -eu
export HOME=/root
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export BORG_RSH="ssh -i /root/.ssh/borg"