Displaying 1 result from an estimated 1 matches for "rsyncexitcod".
Did you mean:
rsyncexitcode
2010 Jul 09
8
DO NOT REPLY [Bug 7565] New: --check-point=<TIME> +options.c.patch +generator.c.patch
...bose --delete --recursive \
-v --log-file=$logfile \
--check-point=$checkpoint \
--backup-dir=$4 --backup \
--prune-empty-dirs --links --perms --owner --group --times \
--exclude=.rsync** \
$2 $3
rsyncExitCode=$?
if [ $rsyncExitCode -gt 0 ]; then
cat $logfile
echo "rsync exit code is $rsyncExitCode"
exit $rsyncExitCode
fi
mv $started $lastrun
}
synchronize home.to.root /home/ 172.16.4.32::rhome /.rsync.backup
synchronize...