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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -