What is the problem you are having with rclone?
-
Takes 25 seconds to launch 'rclone config show' on Windows 10. This seems like a long time. Why not 1 second?
-
Almost any rclone command takes 25 seconds to start, even 'rclone version'.
-
If you run it many times in a row, it might start launching in under 1 second. But after a few minutes of not using that terminal, it's back to 25 seconds again.
-
I am non-admin windows user.
Run the command 'rclone version' and share the full output of the command.
C:\temp>rclone version
rclone v1.57.0
- os/version: Microsoft Windows 10 Enterprise 2009 (64 bit)
- os/kernel: 10.0.19044.1288 (x86_64)
- os/type: windows
- os/arch: 386
- go/version: go1.17.2
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
none
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
C:\temp>echo %time%
12:51:00.05
C:\temp>rclone config show -vv --log-file=\temp\rclone.log
[lcl]
type = local
copy_links = true
C:\temp>echo %time%
12:51:24.05
C:\temp>
The rclone config contents with secrets removed.
[lcl]
type = local
copy_links = true
A log from the command with the -vv
flag
2022/02/06 12:51:24 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "config" "show" "-vv" "--log-file=\\temp\\rclone.log"]
2022/02/06 12:51:24 DEBUG : Using config file from "C:\\Users\\dgleba\\AppData\\Roaming\\rclone\\rclone.conf"
2022/02/06 12:51:24 DEBUG : rclone: Version "v1.57.0" finishing with parameters ["rclone" "config" "show" "-vv" "--log-file=\\temp\\rclone.log"]