I wanted to test which was faster here are my results.

[root@frodo tmp]# /usr/local/bin/rsync -Wav --delete --force
/home/cvs/website /usr/tmp
building file list ... done
wrote 161189 bytes  read 20 bytes  18965.76 bytes/sec
total size is 337716602  speedup is 2094.90
[root@frodo tmp]# /usr/local/bin/rsync -Wav --delete --force
/home/cvs/website /usr/tmp
building file list ... done
wrote 161189 bytes  read 20 bytes  21494.53 bytes/sec
total size is 337716602  speedup is 2094.90
[root@frodo tmp]# rsync -Wav gimli::website website
receiving file list ... done
wrote 72 bytes  read 161182 bytes  64501.60 bytes/sec
total size is 337716602  speedup is 2094.31
[root@frodo tmp]# rsync -Wav gimli::website website
receiving file list ... done
wrote 72 bytes  read 161182 bytes  64501.60 bytes/sec
total size is 337716602  speedup is 2094.31


almost safe to say daemon method is 3 times faster.



--
Dan

+------------------------------------------------------+ 
|           BRAVENET WEB SERVICES                      |
|              [EMAIL PROTECTED]                        |
|             make installworld                        |
| ln -s /var/qmail/bin/sendmail /usr/sbin/sendmail     |
| ln -s /var/qmail/bin/newaliases /usr/sbin/newaliases |
+______________________________________________________+



Reply via email to