X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fbackup.git;a=blobdiff_plain;f=bin%2Fbackup;fp=bin%2Fbackup;h=b29d2b7a0a1cbc2a3c63d4ba81eafaf2f8717f53;hp=cd96256c5e8b0d102ea6db675e6bbb599f4a0e87;hb=8f054797a11631cf2973d397c3a4449abd8e72a9;hpb=412be1ad9053bb711012f2f736f52d120aebc774 diff --git a/bin/backup b/bin/backup index cd96256..b29d2b7 100755 --- a/bin/backup +++ b/bin/backup @@ -161,11 +161,13 @@ if [ ! -f $backupdir/.$today ]; then rsync=(rsync -aR -e "ssh -c $ciph" $rcomp --delete) rsync+=($rbw $user@$remote$rsrc $cbd) fi - "${rsync[@]}" + res=`"${rsync[@]}" 2>&1` ret=$? if [ "$ret" != "0" ]; then log backup terminated before completion ... + log reason: + log $res exit -50 fi