Nick Craig-Wood
Nick Craig-Wood
I think the `lib/kv` test is solid. You could test the `read_only` flag in `hasher_internal_test.go` - create a new backend with NewFs and just check that when you do something...
@nikolaioak I think what you are seeing is this bug https://github.com/rclone/rclone/issues/7959 which is a bug in protondrive
If anyone figures this out, please send an update to the docs https://github.com/rclone/rclone/blob/master/docs/content/onedrive.md#getting-your-own-client-id-and-key (You can edit online by clicking the pencil icon at the top of the page) Thank you
Rclone does support prometheus metrics see https://rclone.org/rc/#rc-enable-metrics Whether these do enough or are useful for `rclone serve restic` remains to be seen - I'd be interested in your opinion. The...
Adding more metrics should be fairly straight forward if you want to have a go. Metrics which are of general use I'd be interested in too.
Let me know if you need any help. I think it should be just a matter of porting the rest server interfaces across and then incrementing them in the right...
Thank you @kapitainsky very useful. I'll ping you when I have binaries to try (not fort a couple of weeks though)
I think you are right, this is a bug. It is a leftover from the time rclone didn't deal with directories. Rclone should be using Purge on excluded directories which...
This is related to #6490 which is about making the vfs/mount layer sync all files on shutdown. Implementing an `rc/sync` interface seems like a good first step to implementing that.
> I'm trying very hard to restore my macOS system from b2 after copying it with Rclone. > > I'm now realizing that Rclone didn't save extended attributes and that...