albertony

Results 66 comments of albertony

Thanks, that is noted! (And I see it also makes it easy to override the timestamp during copy, without having to do an extra touch command afterwards, e.g. `--metadata-set mtime="2017-01-26T14:00:20Z"`)...

I'm wondering a bit about performance implications, also in light of the recent issue https://github.com/rclone/rclone/pull/6393 - though I don't think the same problem handled there is present in Jottacloud backend....

Would you consider, perhaps as an option, to include an additional letter `i` to get proper unambiguous binary/IEC notation (`Ki`, `Mi`, `Gi` etc)?

Interesting! 👍 Maybe we should cross-link its doc page with the [local backend](https://rclone.org/local/), which today mentions: > Network paths in UNC format, \\\\server\\share, are also supported. I assume this SMB...

I see your point. Unfortunately, this is a known limitation. See https://rclone.org/filtering/#directory_filter. See also https://forum.rclone.org/t/includes-empty-source-folders-when-using-slashes-in-glob-choice-patterns/20091/2 and #5069 for background.

> This sounds like the bug. Can you link to the code? I think this is the absolute core of it: - On the client side: https://github.com/pkg/sftp/blob/628507938ec6baa18f9274ebca7e43443e459b99/client.go#L1317 https://github.com/pkg/sftp/blob/cf523d99b5d2f41128caaaafc4c908a6a4d2fa0e/packet.go#L21 - On...

Maybe the original author assumed there was already a rclone.conf prepared on the host rclone config dir? But your addition makes sense to me! I'm not a heavy docker user...

> I personally would keep the "listremotes" as a way to verify that the remote was indeed added. Actually I meant just removing the `--volume ~/data:/data:shared \` from that command...

Great, thank you very much. This now looks good to me. Lets wait some time to see if anyone with more experience with the docker functionality have something to say,...

Hm, this seems to be worth some investigation. Can you provide logs? Why did you delete the VFS cache in your test? I did a quick test with rclone locally,...