

rsync
266 likes
rsync is a software application for Unix which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring...
License model
- Free • Open Source
Application types
Country of Origin
United States
Platforms
- Linux
- BSD
- Cygwin
- Haiku
Features
rsync News & Activities
Highlights All activities
Recent News
- POX published news article about rsyncRsync 3.4 has been released with fixes for several critical security vulnerabilities
Version 3.4 of rsync, an open source utility for fast incremental file transfer, has been released ...
Recent activities
- jdakfkj333 added rsync as alternative to Rclone GUI
- OpenSourceSoftware added rsync as alternative to Restic Robot
- SoftTest added rsync as alternative to Mirror Synchronise
Comments and Reviews
I depend only on 2 tools to copy my files, Rsync on Linux and Gs Richcopy360 on windows. I think I will not need anything else in the future.
Powerful, fast, extensive and useful manual page.
Not long ago I tried to sync between two computers around 500GB of data. With default rsync -a "source" "dest" I realize that it's taking really too much of time. "Too much" mean - days. On VPSes with 10Gbit/s uplink and powerful processors. This is absolutely not okay.
Then, I tried to optimize it and found: https://gist.github.com/KartikTalwar/4393116 Yes, it improves speed dramatically, but not so good as it can be.
Yes, I start to reach around 20-30MB/s, but for 500GB of data, it's not okay. Then I tried to use a totally different tool (clone) and my speed goes up to 120MB and more (due to some limitations and cap from provider side, it was manually capped to 140-150MB).
Is rsync good? Yes. Is it fast? No. Is it saves time? Depends. Is it good for file transfer (many files and massive drives?) No. Is it good for backups? Dunno. Are there any faster alternatives? Yes, a lot of them.
rsync is my favorite tool to transfer files between computers without having to spend a lot of time managing the process. It supports synchronization and is very configurable in order to be added to some scripts you might already be using.