Rsync not terminating when giving timeout -
we trying setup timeout limit rsync data transfer, below command executing:
rsync --bwlimit=10 --timeout=10 -e ssh -avzr --delete /u01/oracle/syncscriptfolder/source xxxxx@xxxxxx:/u01/oracle/syncscriptfolder/source --stats -i
based on above command rsync should stop execution/transfer if not completes in 10 seconds, still continues execute , donot terminates.
Comments
Post a Comment