Hacker News new | ask | show | jobs
by miduil 4161 days ago
https://superuser.com/questions/31512/how-to-synchronize-the...
1 comments

rsync would be good for small file size. If you were to sync for big files then you need a pretty good internet connection, like syncing 1GB file on a 10 MB would take under 15 mins.
You need for every tool a good internet connection, if you need to sync big files. rsync is pretty good for big files because of possible compression, awareness of hardlinks and partial transfer. On top you have PKI and encryption.