Displaying 1 result from an estimated 1 matches for "100pcs".
Did you mean:
10pcs
2009 May 06
2
Prepared meta directory for one to many sync
...will connect to rsync server and refresh their local
filesystems to be copy of server.
Everything works great, thank you for great rsync code :) but we have
some suggestions how to improve speed of our process.
- We cannot enable compression because file is compressed just when it
is sended. If 100PCs are connected to rsync server and we will turn on
compression, server will die.
- We would want to use compression because some links are slow and
compression would increase speed.
- Same to partial file transfer. We use --whole-file , because if server
would compute hashes each time when client c...