From 6f5b0dccc8659cd0f733e642421d8d8d1dc8b691 Mon Sep 17 00:00:00 2001 From: Philip Date: Mon, 19 Jan 2015 20:13:52 +0000 Subject: [PATCH] My typo in code comment - du not df --- duplicity-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 2d6495b..accfae5 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -372,7 +372,7 @@ get_source_file_size() DUEXCLIST="${DUEXCLIST}${exclude}\n" done - # if $INCLIST non zero then itterate through it for df readings, else just df $ROOT + # if $INCLIST non zero then itterate through it for du -hs readings, else just du -hs $ROOT # in both cases consider the excluded directories if [ ! -z "$INCLIST" ]; then for include in ${INCLIST[@]}