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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -