What is the problem you are having with rclone?
speed. general stuff.
Run the command 'rclone version' and share the full output of the command.
rclone v1.63.1
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3208 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount CRYPT: /RCTEMP --vvP --vfs-cache-mode full --vfs-cache-max-size 100G --vfs-cache-poll-interval 5m --vfs-read-ahead 2G --dropbox-batch-mode sync --transfers 64 --dropbox-chunk-size 128M --buffer-size 128M --tpslimit 12 --tpslimit-burst 16
The rclone config contents with secrets removed.
[RCC]
type = dropbox
client_id = REMOVED
client_secret = REMOVED
token = {"access_token":"sl.Bj5BeKEyJcsbr1xxiX6eF2mvVa_W-duox5Nm6FARhXI9aT9nwBS4fhLOjpxc_G7LGosysMJp_ml-azS5pKULt1LT010ZLGiHCIqySjPf9wQdgSX4HtUMpP7e3XUhDLvF2v4eL8aYl-jP_Kc","token_type":"bearer","refresh_token":"hUb_hl-xkDcAAAAAAAAAATbt9bTVMcJW4p-vnroN8bsfQ4RnC5rcrA2eOQNDxLOC","expiry":"2023-08-11T02:28:08.5315698+02:00"}
[CRYPT]
type = crypt
remote = RCC:Rob LB/RCC/CRYPT
password = REMOVED
password2 = REMOVED
A log from the command with the -vv
flag
Paste log here
windows 10 user.
using --vvP I didnt get that summary in the end that I've seen in many other posts, where it says how fast the transfer speed was and such. how do I get that?
still looking at the log output in the command window, there's a few things that I'm unsure about. like why did it use 81 chunks?
anyway, as you've probably guessed, new to rclone. and not really a fan of cli. but if that's what it takes, so be it.
what I want is, to transfer my massive amount of data from the dheads over at google to dropbox. and for that I most likely will use rclone and an intermediary anyway. but thinking about it, I figured maybe decrypt my current data and re-encrypt it using rclone crypt.
since I'm actually quite happy with my current encryption - gocryptfs - I want to see if rclone covers my needs at least as well.
gocryptfs lets me easily mount the cloud remote. I can then drag n drop away, everything is very smooth and fast (assuming loads of local caching) and always up to date without having to hit refresh or anything. just like all the data would be if it was on a local drive. also, even large folders and deep nested stuff lists smoothly.
I was able to mount rclone remote in a local folder but not on a drive letter (refused to use Z saying invalid mount point, which it is not but whatever) but for test purposes I dont care about that right now.
I used the above command because just a bare one without all the flags made it freak out while testing a 10GB file. the used command is basically cobbled together from other users posts in this forum, I really dont know what it does exactly. why isnt there just a template for e.g. Dropbox. like: use that, it works.
anyhow, I digress. I would appreciate hints and tips on how to construct the command so I get max performance and by that I mean mostly upload speed/performance. the google drive client does concurrent uploads and maxes my gigabit internet at around 108MB/s. something like that would be nice.
thanks