Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

Hmm, interesting. Fundamentally the disk should read at the same speed into the s3 multipart buffer (how it is at the moment) or into a memory buffer (like it used...

This is the conclusion that the restic project came to - disable fadvise and have RAM buffing for max performance. I don't want to balloon the memory usage of rclone...

> When using `rclone mount`, some legacy 32-bit applications fail to work correctly with the mounted directories. This is because FUSE (and thus rclone) can generate very large inode numbers...

Can you use `rclone cmount` and `ls -li` please? Eg ``` rclone cmount s3:bucket /mnt/tmp/ ``` and ``` $ ls -li /mnt/tmp/ total 129065 2 drwxrwxr-x 1 ncw ncw 0...

> I also tested the actual `rclone cmount remote: ...` (which internally uses `union` + `combine`) and it works exactly as I expected! :-) > Although my problem is completely...

@darthShadow I was discussing something very similar with @nielash about bisync compatibilitity levels and we came up with https://rclone.org/bisync/#supported-backends Here are some ideas for backends (all for discussion) # Attributes...

@dragotin - can you give this code a review please?

> For example, I thought the Box backend supports client credentials, since the [Box API](https://developer.box.com/guides/authentication/client-credentials/) supports client credentials and there is a [--box-client-credentials](https://rclone.org/box/#box-client-credentials) config option The client credentials is a...

@huylocit14054 can you do this with JWT auth on box? That is fully supported in rclone.

You can do this with a little bit of scripting This fetches the hashes that google drive has, then makes a list of the files with no hashes then uses...