For a home setup that seems fine. But I can understand why you wouldn’t want this for a whole enterprise.
It’s single thread, one file at a time.
Newsteinleo@midwest.social 10 hours ago
It’s single thread, one file at a time.
For a home setup that seems fine. But I can understand why you wouldn’t want this for a whole enterprise.
sugar_in_your_tea@sh.itjust.works 9 hours ago
That would only matter if it’s lots of small files, right? And after the initial sync, you’d have very few files, no?
Rsync is designed for incremental syncs, which is exactly what you want in a backup solution. If your multithreaded alternative doesn’t do a diff, rsync will win on larger data sets that don’t have rapid changes.