Can also use fpsync to speed things up. Handles a lot for you
tal@olio.cafe 5 weeks ago
slow
rsync is pretty fast, frankly. Once it’s run once, if you have -a or -t passed, if the modification time and filesize matches, by default, rsync won’t look at a file further. You can’t really beat that for speed unless you have some sort of monitoring system in place (like, filesystem-level support for identifying different files).
timbuck2themoon@sh.itjust.works 5 weeks ago
eager_eagle@lemmy.world 5 weeks ago
yeah, more often than not I notice the bottleneck being the storage drive itself, not rsync.