Update backupt_t430.sh

This commit is contained in:
dctrud 2023-10-10 21:32:13 +01:00
parent 975c4a497e
commit 0d5543db06
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
HOST="t430"
DEST="dctrud@piran:/usb/Backup/borg_${HOST}"
SOURCES=("/home" "/etc" "/var" "/data")
SOURCES=("/home" "/etc" "/var")
if [ "$(hostname -s)" != "${HOST}" ]; then
echo "Must be run from ${HOST}"