Nick Craig-Wood
Nick Craig-Wood
Ah that makes sense. Do you want to merge this anyway? It seems like good defensive programming.
Looks like there are other people having this problem https://answers.microsoft.com/en-us/msoffice/forum/all/onedrive-web-i-cant-move-folders/2045277e-0b1a-49fc-8a59-ffdda772ca50 I'd say this is a bug in OneDrive probably. Can you create the folder directly with the correct name? Maybe...
I'm going to assume onedrive have fixed the bug since we haven't had any more reports of this.
The --urls feature for copyurl is in the latest beta now and will be released in v1.72 (check milestone for date) Testing appreciated. Use rclone copyurl --help to see how...
I think this is a nice feature. With the [metadata framework](https://rclone.org/docs/#metadata) (which quite a few backends support) adjusting the VFS to read/write the metadata for `mode`, `uid`, `git` etc is...
Hetzner s3 works fine with s3. It would be nice to have a provider to simplify config. If someone wants to add one - follow the guide here: https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#adding-a-new-s3-provider
rclone actually has two fuse subsystems! Linux and OS X use * https://github.com/bazil/fuse Whereas Windows (but it would work on Linux and OS X too) use * https://github.com/billziss-gh/cgofuse So for...
It looks like cgofuse supports OpenBSD now. So trying it would be a matter of changing the build constraints in all the files in the `cmd/cmount` package and trying to...
You might need to include --allow-other and or --allow-root FUSE isn't normally mounted as root but I remember reading that in openbsd it has to be? What happens if you...
> 2020/08/26 07:27:49 DEBUG : /: Readdir: ofst=0, fh=0x0 > 2020/08/26 07:27:49 DEBUG : /: >Readdir: items=14, errc=0 So it read 14 items which is good > 2020/08/26 07:27:49 DEBUG...