Comment Re:rsync is fast for me (Score 1) 227
Last rsync (version 3.0.9) was:
$ rsync -av --delete /home/. /auto/passport/home/. | tee -a ~/backup.log
...
sent 1001882570 bytes received 106527 bytes 1775002.83 bytes/sec
total size is 527398084971 speedup is 526.3
$ rsync -av --delete
sent 1001882570 bytes received 106527 bytes 1775002.83 bytes/sec
total size is 527398084971 speedup is 526.3
It took 10 minutes to scan the 500 MB partition (ext4). From the other posts, I guess the duration time is due to the number of files that is scanned by rsync.