Can also use fpsync to speed things up. Handles a lot for you
tal@olio.cafe 2 days 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 2 days ago
eager_eagle@lemmy.world 2 days ago
yeah, more often than not I notice the bottleneck being the storage drive itself, not rsync.