diff --git a/duplicity-backup.sh b/duplicity-backup.sh index a49a1ed..ebd7f5d 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -298,7 +298,7 @@ get_source_file_size() for include in ${INCLIST[@]} do echo -e '"'$DUEXCLIST'"' | \ - du -hs ${DUEXCFLAG}"-" ${include} | \ + du -hs ${DUEXCFLAG}"-" ${include} | \ awk '{ FS="\t"; $0=$0; print $1"\t"$2 }' \ >> ${LOGFILE} done