Upload Certain Type Files

What is the problem you are having with rclone?

Hello,I'm a noob at Rclone.
My VPS system is 25GB Storage.
I'd like to upload mp4 files download by a program to Google Drive.
However,the situation is at transfer progress,.
The file downloading is tmpA.mp4 format which start with tmp and ending is mp4 format.
Finally,the program change it to normal mp4 format(remove its tmp prefix).
The Question is Rclone always upload tmpA.mp4 files to google Drive.
I wish Rclone upload A.mp4 files to google Drive.
I tried exclude however maybe i tried a wrong way.
Thanks for your help.

What is your rclone version (output from rclone version )

rclone v1.42

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

CentOs,32bit

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 mount bobo: --exclude 'tmp*' /home/drive --allow-other --allow-non-empty --vfs-cache-mode minimal

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp )

2020/03/27 23:28:55 DEBUG : rclone: Version "v1.42" starting with parameters ["./rclone" "-vv" "mount" "bobo:" "--exclude" "tmp*" "/home/drive" "--allow-other" "--allow-non-empty" "--vfs-cache-mode" "minimal"]
2020/03/27 23:28:55 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020/03/27 23:28:55 DEBUG : Google drive root '': Mounting on "/home/drive"
2020/03/27 23:28:55 DEBUG : vfs cache root is "/root/.cache/rclone/vfs/bobo"
2020/03/27 23:28:55 DEBUG : Adding path "vfs/forget" to remote control registry
2020/03/27 23:28:55 DEBUG : : Root:
2020/03/27 23:28:55 DEBUG : : >Root: node=/, err=
2020/03/27 23:28:56 DEBUG : Google drive root '': Checking for changes on remote
2020/03/27 23:28:56 DEBUG : Google drive root '': All changes were processed. Waiting for more.

hello and welcome to the forum,
when you posted, you should have been asked the following questions.

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

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

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

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

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Thanks.
I have changed the format.

you are running a very old version of rclone.
you should update and test again.

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