Hello, Before using rsync 2.4.6 I usually test with the -n Option before rsync. rsync -avz -n --bwlimit=3 --rsh=ssh --rsync-path=/opt/bin/rsync --delete tmp user@remotehost:/home/user I observed the following difference in the Output 'wrote'and 'read' a) with -n wrote 792 bytes read 128 bytes 40.89 bytes/sec total size is 59597 speedup is 64.78 b) 'real' rsync wrote 10273 bytes read 452 bytes 612.86 bytes/sec total size is 59597 speedup is 5.56 Is this ok (cause rsync tells only how many bytes really 'wrote' and 'write')? How can I estimate how many data would really transferred before rsyncing? regards, Bardo Wolf, [EMAIL PROTECTED]
