|
|
|
|
|
by orev
1644 days ago
|
|
For anyone mentioning rsync, I would assert that rsync is very poorly named, and has polluted the ‘sync’ namespace with a meaning outside of what most people understand synchronization to be. Outside of rsync, the ‘sync’ term almost invariably refers to bi-directional synchronization, with data going between both systems, so when the process is complete, both sides match. Rsync does not do this—it sends files one way only, which is what most people would refer to as a ‘mirror’. Every other “sync” tool does things bidirectionally, so rsync really doesn’t belong in a comparison with other sync tools. P.S. I’m aware that people who have never known a world without rsync may not realize that there’s a very real dividing line here, and this concept is very much one of the first the needs to be explained to people when first learning rsync. |
|
[1] https://linux.die.net/man/1/mirrordir
[2] http://www.landley.net/kdocs/als1999/Conference/PSheer2/Mirr...