Insert hostname automatically

dev
hkbakke 2017-03-18 11:22:11 +01:00 committed by GitHub
parent 2b1722944b
commit 751b02d24e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BORG="/usr/bin/borg"
REPO="user@reposerver:/srv/borg/hostname"
REPO="user@reposerver:/srv/borg/$(hostname -f)"
BORG_PASSPHRASE="longandcomplexpassphrase"
PATHS=(
"/etc"