From 012772725159432eedb014d8827538b26653414f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 06:25:54 -0600 Subject: [PATCH] Removed old section that mapped borg variables --- backup.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/backup.sh b/backup.sh index b026931..9e60115 100755 --- a/backup.sh +++ b/backup.sh @@ -483,15 +483,6 @@ else "--${normal}" >> "$logFile" fi -# map individual array items to variables and export where necessary -export BORG_BASE_DIR="${borgConfig[0]}" -export BORG_RSH="ssh -i ${borgConfig[1]}" -export BORG_REPO="${borgConfig[2]}" -export BORG_PASSPHRASE="${borgConfig[3]}" -borgXtra="${borgConfig[4]}" -borgExclude="${borgConfig[5]}" -borgPrune="${borgConfig[6]}" -export BORG_REMOTE_PATH="${borgConfig[7]}" ## If borgXtra exists, map contents to an array variable if [ -n "$borgXtra" ]; then