--progress-terminal-title flag not working

What is the problem you are having with rclone?

As the title inplies , --progress-terminal-title doesn't seem to work for me . I have tested it on both desktop and termux

What is your rclone version (output from rclone version)

rclone v1.54.0

  • os/arch: linux/amd64
  • go version: go1.15.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu , 64 bit

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 --config=$HOME/easyclone/rc.conf sync src: dst: --fast-list --drive-server-side-across-configs --progress --progress-terminal-title 

The progress is never getting displayed on the terminal title

Looks like files are already in sync. Try to change the destination folder and reply back if persist.

I have used with many different remotes , progress in terminal title never shows up

Have you tried option --progress. It does seem to work well.

-P --progress Show progress during transfer.

Also it looks like flag --progress-terminal-title works with --progress only so try the option like this.

--progress --progress-terminal-title

As confirmed from github , this is not working because my terminal doesn't support this feature

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