Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

Does this depend on which CEPH/radowgw version is in use @heyleke ?

We re-organised the s3 providers to be file based to make maintenance easier in f28c83c6de2f644f1990cd1bb20fe7167137136e In the commit before this change the `Ceph` provider looked like this with `useAlreadyExists =...

AH, OK looks like I missed the default being `true` that makes the conversion correct which fixes one source of my confusion. I don't want to undo #7871 which is...

Rclone always tries to create the bucket unless you pass in `--s3-no-check-bucket`. This should probably be the default but isn't for backwards compatibility reasons. The error handling looks like this...

After 33d2747829e1f0e2aa0cb17da30d3f8500c811ad it occurred to me that it would be very easy to add **all** rclone global options to the docker plugin config file which would make users lives easier...

This looks interesting :-) Let me see if I understand what it does - rclone uploads a file A - Later it tries to upload a file B - If...

@vleema if you would like to help that would be great. It is a complicated project though! The proton drive implementation was written by someone who used to work at...

kill -QUIT the rclone process when it hangs and attach the back trace here.

Don't strace it. Run the rclone command. In a different terminal window find its pid with ps ax then kill -QUIT pid The back trace will then be in the...

Rclone used to capture the backtraces to the log file, but it looks like that has stopped working after the log re-organization (something else to fix 😢 ) - sorry...