Remove debugging
This commit is contained in:
parent
e64e2655de
commit
a288efd671
1 changed files with 0 additions and 2 deletions
|
@ -399,7 +399,6 @@ while [ "$i" -lt "$no_sources" ]; do
|
||||||
useropts="$VERBOSE $EXCLUDE $SUMMARY $RSYNC_EXTRA"
|
useropts="$VERBOSE $EXCLUDE $SUMMARY $RSYNC_EXTRA"
|
||||||
|
|
||||||
# Clone from previous backup, if existing
|
# Clone from previous backup, if existing
|
||||||
set -x
|
|
||||||
if [ "$last_dir" ]; then
|
if [ "$last_dir" ]; then
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -417,7 +416,6 @@ while [ "$i" -lt "$no_sources" ]; do
|
||||||
else
|
else
|
||||||
rsync $ouropts $useropts "$source" "$abs_destination_dir"
|
rsync $ouropts $useropts "$source" "$abs_destination_dir"
|
||||||
fi
|
fi
|
||||||
set +x
|
|
||||||
|
|
||||||
if [ "$?" -ne 0 ]; then
|
if [ "$?" -ne 0 ]; then
|
||||||
echo "rsync reported error $?. The backup may be broken (see rsync errors)."
|
echo "rsync reported error $?. The backup may be broken (see rsync errors)."
|
||||||
|
|
Loading…
Reference in a new issue