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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -