Hacker News new | ask | show | jobs
by stavros 884 days ago
Sure, but rsync requires the server to support rsync.
1 comments

Does rclone require rsync? Haven't checked.
Oh sorry, brain fart, I thought you said rsync. I think rclone uploads everything if you don't have rclone on the server, but I'm not sure.
Pretty sure rclone uploads just fine without server dependencies, yeah. I never installed anything special on my home NAS and it happily accepts uploads with rclone.
It will upload fine, but it can't upload only the changed parts of the file without server support.
That I can't really speak of. I know it does not reupload the same files at least (uses timestamps) but never really checked about only uploading file diffs.

Do you have a direct link I can look at?

Nothing offhand, but basically it can't know what's on the server without reading it all, and if it can't do that locally, it'll have to do it remotely. At that point, might as well re-upload the whole thing.

Its front page hints at this, but there must be details somewhere.

For the "replicating borg repos" use case this doesn't matter, because files are only written once and never modified afterwards.