mirror of
https://github.com/deajan/obackup.git
synced 2024-12-25 23:13:41 +01:00
Ignoring backup size should give size -1Ko
This commit is contained in:
parent
bc5404cbdd
commit
4e95245374
@ -7,7 +7,7 @@ PROGRAM="obackup"
|
|||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=2.1-dev
|
PROGRAM_VERSION=2.1-dev
|
||||||
PROGRAM_BUILD=2016081501
|
PROGRAM_BUILD=2016081502
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
source "./ofunctions.sh"
|
source "./ofunctions.sh"
|
||||||
@ -1228,7 +1228,7 @@ function Main {
|
|||||||
if [ "$GET_BACKUP_SIZE" != "no" ]; then
|
if [ "$GET_BACKUP_SIZE" != "no" ]; then
|
||||||
GetDirectoriesSize
|
GetDirectoriesSize
|
||||||
else
|
else
|
||||||
TOTAL_FILES_SIZE=0
|
TOTAL_FILES_SIZE=-1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user