Queue all files before starting transfer

A flag to ensure that all files gets queued before beginning transfer would be useful. This will ensure that the progress bar will be informative to the user.
There's the --max-backlog flag, but it requires you to know the amount of files you're processing beforehand. A way to represent an infinite value (maybe --max-backlog -1?) would be useful.

Wow, I really need to RTFM before asking questions

--max-backlog=N
    ...
    Setting  this  to  a negative number will
    make the backlog as large as possible.

You may also want to check this: https://rclone.org/docs/#check-first

Tip: You can see/search all flags here: https://rclone.org/flags/

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