-- progress flag does not work

I dont, because If I put only one line on the script it works
And i Have the same one on seedhost.eu running great.

I don't know what that means.

Seems like something is different as those commands are basic and we've proven they work from the command line as you've shared that output.

Use three backticks before and after a block of code you wan to paste.

` <- those things

cat -vet  /media/md8/rodrigo08108/7.txt

Share the full output of that.

cat -vet /media/md8/rodrigo08108/7.txt rclone move /media/md8/rodrigo08108/movies 1:/1080 --progress^M$ rclone move /media/md8/rodrigo08108/movies 1:/1080 --progress^M$ rclone move /media/md8/rodrigo08108/movies 1:/1080 --progress^M$ rclone version^M$ rclone version[hippolytus ~]

Looks like you have carriage returns in your script which is causing the problem.

You need to delete those.

Unix line feeds look like:

felix@gemini:~$ cat -vet blah
rclone copy /etc/hosts GD:/test --progress $
felix@gemini:~$

So just delete any extra things after the last "s" in progress.

1 Like

Solved with a friends help. It was a problem with the file on windows.
The txt on windows was bad

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