This commit is contained in:
Austen Adler 2018-09-24 17:44:41 -04:00
commit 730cebc636

View File

@ -44,7 +44,7 @@ function backup() {
# Next, instruct the host to create a borg # Next, instruct the host to create a borg
echo "Running borg..." echo "Running borg..."
./run_remote.sh nohup sh -c "cd \"$DESTINATION_LOCATION\"; $BORG_COMMAND \"$BORG_REPO::$HOSTNAME-$(uuidgen)\" ." || return 2 ./run_remote.sh cd "$DESTINATION_LOCATION" "&&" pwd "&&" $BORG_COMMAND "$BORG_REPO::$LOCAL_HOSTNAME-$(uuidgen)" . || return 2
} }
# Take wakelock so we don't fall asleep # Take wakelock so we don't fall asleep