From 4e952453740c1ece37276954484bbddfe3051ae8 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 15 Aug 2016 11:52:55 +0200 Subject: [PATCH] Ignoring backup size should give size -1Ko --- dev/n_obackup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/n_obackup.sh b/dev/n_obackup.sh index c50e08a..c9f2075 100755 --- a/dev/n_obackup.sh +++ b/dev/n_obackup.sh @@ -7,7 +7,7 @@ PROGRAM="obackup" AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr" PROGRAM_VERSION=2.1-dev -PROGRAM_BUILD=2016081501 +PROGRAM_BUILD=2016081502 IS_STABLE=no source "./ofunctions.sh" @@ -1228,7 +1228,7 @@ function Main { if [ "$GET_BACKUP_SIZE" != "no" ]; then GetDirectoriesSize else - TOTAL_FILES_SIZE=0 + TOTAL_FILES_SIZE=-1 fi fi