Minor cleanup

This commit is contained in:
Nico Schottelius 2007-08-20 17:33:09 +02:00
parent 2a45844e1c
commit c0c19d2598
1 changed files with 1 additions and 2 deletions

View File

@ -477,7 +477,6 @@ while [ "${i}" -lt "${no_sources}" ]; do
#
# the rsync part
# options partly stolen from rsnapshot
#
_techo "Transferring files..."
@ -490,7 +489,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
_exit_err "Removing ${abs_destination_dir}/${c_marker} failed."
_techo "Finished backup (rsync return code: $ret)."
if [ "$ret" -ne 0 ]; then
if [ "${ret}" -ne 0 ]; then
_techo "Warning: rsync exited non-zero, the backup may be broken (see rsync errors)."
fi