Nick Craig-Wood
Nick Craig-Wood
This is a big project! If someone wants to take it on, I'd recommend a separate repo for the rsync implementation - I can then pull that into rclone.
@a532 please go ahead :-) As discussed above I think the rsync protocol implementation should be in a different repository probably unless it is really small in which case it...
Check out this project and the table in the docs: https://github.com/gokrazy/rsync#existing-rsync-implementation-survey
> Seems to me that's an issue with the gofakes3 lib rclone is using. Yes it is. > The body of a part is stored in memory. > > The...
Here is what I wrote on the forum about this I don't think using the rclone auth should actually break anything. However I conjecture what happened with you is that...
> Additionally, rclone should output a message every time it's about to use its built-in client_id due to the user failing to configure/indicate his own. Giving some kind of warning...
Maybe we should document using `daemonize` as an alternative to the `--daemon` flag? That might be a good first step. Fancy sending a PR to that effect @psb777 ?
Try adjusting `--daemon-wait` - if you use `--daemon-wait 0` then I think rclone won't wait for the mount to come up at all so it will come up in the...
> No I wasn't, if `--metadata` is needed then it would be nice if rclone could warn about that when `--metadata-set` is being used I guess! haha I would agree...
> > There are a few more instances that are using the wrong header: > > https://github.com/rclone/rclone/blob/master/backend/internetarchive/internetarchive.go#L789-L790 > > https://github.com/rclone/rclone/blob/master/backend/internetarchive/internetarchive.go#L611-L617 > > @darthShadow I'm not sure about these. If we...