🩹 changed relative path for ".nobackup" file to absolute path

main
Isabell Pflug 3 years ago
parent af957a3697
commit b7bd3ee232

@ -2,7 +2,7 @@
# variables
BACKUP_PATH=/media/isabell/Elements\ SE/isabell_tuxedo/
NOBACKUP_FILE=.nobackup
NOBACKUP_FILE=$(dirname "${BASH_SOURCE[0]}")/.nobackup # in same directory as the home_backup.sh script
# backup execution
if [[ -d "$BACKUP_PATH" ]] && echo "Starting rsync backup of home directory to $BACKUP_PATH"; then

Loading…
Cancel
Save