Insert hostname automatically
parent
2b1722944b
commit
751b02d24e
|
|
@ -1,5 +1,5 @@
|
||||||
BORG="/usr/bin/borg"
|
BORG="/usr/bin/borg"
|
||||||
REPO="user@reposerver:/srv/borg/hostname"
|
REPO="user@reposerver:/srv/borg/$(hostname -f)"
|
||||||
BORG_PASSPHRASE="longandcomplexpassphrase"
|
BORG_PASSPHRASE="longandcomplexpassphrase"
|
||||||
PATHS=(
|
PATHS=(
|
||||||
"/etc"
|
"/etc"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue