Rclone not exiting when using --progress flag

What is the problem you are having with rclone?

I am running rclone commands from another application. The command executes and completes when not using the --progress flag. With the --progress flag, the command executes but does not complete ( the "&& exit" part is never executed )

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0
- os/version: Microsoft Windows 10 Pro 2009 (64 bit)
- os/kernel: 10.0.22621.521 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.17.2
- go/linking: dynamic
- go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync "crypt:/Certificates/" "D:\temp\Certificates"  --progress -vv && exit

The rclone config contents with secrets removed.

[drive]
type = drive
client_id = *******************************************.apps.googleusercontent.com
client_secret = ***************************************
scope = drive
root_folder_id = *************************************
token = {}
team_drive = 

[crypt]
type = crypt
remote = drive:/Google-Drive

A log from the command with the -vv flag

2022/10/01 14:25:46 DEBUG : rclone: Version "v1.57.0" starting with parameters ["C:\\Program Files\\rclone\\rclone.exe" "sync" "crypt:/Certificates/" "D:\\temp/Certificates" "--progress" "-vv"]
2022/10/01 14:25:46 DEBUG : Creating backend with remote "crypt:/Certificates/"
2022/10/01 14:25:46 DEBUG : Using config file from "C:\\Users\\**********\\AppData\\Roaming\\rclone\\rclone.conf"
2022/10/01 14:25:46 DEBUG : Creating backend with remote "drive:/Google-Drive/strs5g4hhsas6kt***********"
2022/10/01 14:25:48 DEBUG : fs cache: renaming cache item "drive:/Google-Drive/strs5g4hhsas6ktbiep0f0iob8" to be canonical "drive:Google-Drive/strs5g4hhsas6kt*************"
2022/10/01 14:25:48 DEBUG : fs cache: switching user supplied name "drive:/Google-Drive/strs5g4hhsas6ktbiep0f0iob8" for canonical name "drive:Google-Drive/strs5g4hhsas6kt**********"
2022/10/01 14:25:48 DEBUG : Creating backend with remote "D:\\temp/Certificates"
2022/10/01 14:25:48 DEBUG : fs cache: renaming cache item "D:\\temp/Certificates" to be canonical "//?/D:/temp/Certificates"

That's an old version.

Please update it: Install (rclone.org)

Is that the whole log? It does not show anything after that last line?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.