Displaying 2 results from an estimated 2 matches for "remote_mainlog".
2007 Feb 16
1
Destination directory creation
...Too intense
so skipping." >> ${remote_errorlog}
continue
fi
# Rsync output will be logging to error file so
# need list there too for clarity
echo "\n\tStaring get of [${RLIST}]" >> ${remote_mainlog}
echo "\n\tStaring get of [${RLIST}]\n" >> ${remote_errorlog}
${RSYNC} -e ssh 2>/dev/null
user@${remote_get_host}:${RLIST} ${remote_get_localdir} >>
${remote_errorlog} 2>> ${remote_errorlog}
# Check each...
2007 Jul 06
1
quiet option doesnt seem to work
...ote_get_host}:${RLIST} ${remote_get_localdir} >>
${remote_errorlog} 2>> ${remote_errorlog}
#
# Check each Rsync run was successful or had errors
if [[ ${?} = 0 ]];then
echo "\tStatus..............[Successful]" >>
${remote_mainlog}
else
echo "\tStatus..............[Suspect]\n\tSee
[${remote_errorlog}]" >> ${remote_mainlog}
fi