Fixed rsync options placement

This commit is contained in:
deajan 2016-03-01 20:11:38 +01:00
parent 18f530ce0c
commit 6eea38afdf
3 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ PROGRAM="obackup"
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0-pre
PROGRAM_BUILD=2016030101
PROGRAM_BUILD=2016030102
IS_STABLE=no
## FUNC_BUILD=2016021803
@ -2155,10 +2155,10 @@ function Init {
fi
## Add update to default RSYNC_ARGS
RSYNC_ARGS=$RSYNC_ARGS"u"
RSYNC_ARGS=$RSYNC_ARGS" -u"
if [ $_VERBOSE -eq 1 ]; then
RSYNC_ARGS=$RSYNC_ARGS"i"
RSYNC_ARGS=$RSYNC_ARGS" -i"
fi
if [ "$DELETE_VANISHED_FILES" == "yes" ]; then

View File

@ -5,7 +5,7 @@ PROGRAM="obackup"
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0-pre
PROGRAM_BUILD=2016030101
PROGRAM_BUILD=2016030102
IS_STABLE=no
source "./ofunctions.sh"
@ -1186,10 +1186,10 @@ function Init {
fi
## Add update to default RSYNC_ARGS
RSYNC_ARGS=$RSYNC_ARGS"u"
RSYNC_ARGS=$RSYNC_ARGS" -u"
if [ $_VERBOSE -eq 1 ]; then
RSYNC_ARGS=$RSYNC_ARGS"i"
RSYNC_ARGS=$RSYNC_ARGS" -i"
fi
if [ "$DELETE_VANISHED_FILES" == "yes" ]; then

View File

@ -5,7 +5,7 @@ PROGRAM="obackup"
AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/obackup - ozy@netpower.fr"
PROGRAM_VERSION=2.0-pre
PROGRAM_BUILD=2016030101
PROGRAM_BUILD=2016030102
IS_STABLE=no
## FUNC_BUILD=2016021803
@ -2048,10 +2048,10 @@ function Init {
fi
## Add update to default RSYNC_ARGS
RSYNC_ARGS=$RSYNC_ARGS"u"
RSYNC_ARGS=$RSYNC_ARGS" -u"
if [ $_VERBOSE -eq 1 ]; then
RSYNC_ARGS=$RSYNC_ARGS"i"
RSYNC_ARGS=$RSYNC_ARGS" -i"
fi
if [ "$DELETE_VANISHED_FILES" == "yes" ]; then