Possible to sort "sync --progress" display on % or time remaining?

What is the problem you are having with rclone?

sync --progress sorts the file list on filename. Is it possible to display the list sorted on a different output field such as % (% completed) or time remaining?

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

-->
rclone v1.55.1

  • os/type: windows
  • os/arch: amd64
  • go/version: go1.16.3
  • 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.exe sync "srcremote:path" "dstremote:path" --multi-thread-streams=25 --transfers=25 --checkers=25 --stats=15s --create-empty-src-dirs --include "/*/**" --ignore-case -v --log-file logfile.txt --low-level-retries=100 --retries=100 --retries-sleep=1m --progress --progress-terminal-title

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here
1 Like

Progress is just for stdout and to my knowledge, you can't change it.

1 Like

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