diff --git a/duplicity-backup.sh b/duplicity-backup.sh index f5d91e1..57c6bbe 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -376,7 +376,7 @@ get_source_file_size() if [ -z "$INCLIST" ]; then DUINCLIST=($ROOT) else - DUINCLIST=$INCLIST + DUINCLIST=("${INCLIST[@]}") fi for include in ${DUINCLIST[@]}; do