Minor cleanup
This commit is contained in:
parent
2a45844e1c
commit
c0c19d2598
1 changed files with 1 additions and 2 deletions
|
@ -477,7 +477,6 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
||||||
|
|
||||||
#
|
#
|
||||||
# the rsync part
|
# the rsync part
|
||||||
# options partly stolen from rsnapshot
|
|
||||||
#
|
#
|
||||||
|
|
||||||
_techo "Transferring files..."
|
_techo "Transferring files..."
|
||||||
|
@ -490,7 +489,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
||||||
_exit_err "Removing ${abs_destination_dir}/${c_marker} failed."
|
_exit_err "Removing ${abs_destination_dir}/${c_marker} failed."
|
||||||
|
|
||||||
_techo "Finished backup (rsync return code: $ret)."
|
_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)."
|
_techo "Warning: rsync exited non-zero, the backup may be broken (see rsync errors)."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue