What is the problem you are having with rclone?
Extremely slow speeds with mega, all of a sudden. I've used it in the past for syncing TBs of files. But now just even listing the remote directory is very slow. 25 seconds to just list 7 remote directories seems excessive. Is there something I'm missing?
$ time rclone lsd mega:/ -vv
2023/10/05 21:14:31 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "lsd" "mega:/" "-vv"]
2023/10/05 21:14:31 DEBUG : Creating backend with remote "mega:/"
2023/10/05 21:14:31 DEBUG : Using config file from "/home/josh/.config/rclone/rclone.conf"
2023/10/05 21:14:57 DEBUG : fs cache: renaming cache item "mega:/" to be canonical "mega:"
Directory list here
2023/10/05 21:14:57 DEBUG : 10 go routines active
________________________________________________________
Executed in 25.29 secs fish external
usr time 6.42 secs 703.00 micros 6.42 secs
sys time 1.10 secs 703.00 micros 1.10 secs
Run the command 'rclone version' and share the full output of the command.
$ rclone version
rclone v1.64.0
- os/version: arch (64 bit)
- os/kernel: 6.4.4-arch1-1 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.1
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
mega
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone lsd mega:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
$ rclone config redacted
[mega]
type = mega
user = XXX
pass = XXX
A log from the command that you were trying to run with the -vv
flag
$ time rclone lsd mega:/ -vv
2023/10/05 21:14:31 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "lsd" "mega:/" "-vv"]
2023/10/05 21:14:31 DEBUG : Creating backend with remote "mega:/"
2023/10/05 21:14:31 DEBUG : Using config file from "/home/josh/.config/rclone/rclone.conf"
2023/10/05 21:14:57 DEBUG : fs cache: renaming cache item "mega:/" to be canonical "mega:"
Directory list here
2023/10/05 21:14:57 DEBUG : 10 go routines active
________________________________________________________
Executed in 25.29 secs fish external
usr time 6.42 secs 703.00 micros 6.42 secs
sys time 1.10 secs 703.00 micros 1.10 secs