Rclone webgui showing two transfers of the same file, is this normal?

Hey, I have Radarr managing movie downloads & transfers to gdrive. I've started running webgui for my rclone mount so I can keep track of transfer activity, however I've noticed that when a file is queued for transfer there are typically two similar files shown in the gui with the --bwlimit=8.5M spread between them. One file will end with the extension eg .mkv and the other will be a .mkv.partial~

This seems like it should be expected behaviour, however can someone shed light on what's going on?

What is your rclone version (output from rclone version)

rclone v1.52.1

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

os/arch: linux/amd64

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 xxxx: xxxx \
--allow-non-empty \
--bwlimit=8.5M \
--rc \
--rc-web-gui \
--rc-addr :xxxx \
--rc-user=xxxx \
--rc-pass=xxxx \
--rc-serve \
--buffer-size 128M \
--dir-cache-time 72h \
--drive-chunk-size 32M \
--umask 002 \
--vfs-read-chunk-size 128M \
--vfs-read-chunk-size-limit off \
--log-file=xxxx.log &

The rclone config contents with secrets removed.

[secure-media]
type = crypt
remote = gdrive-sa:
filename_encryption = standard
directory_name_encryption = true
password = xxxx
password2 = xxxx

[gdrive-sa]
type = drive
client_id = xxxx
client_secret = xxxx
scope = drive
service_account_file = /xxxx/xxxx/.config/rclone/rclone-xxxx.json
impersonate = xxxx@xxxx.com
team_drive = xxxx

The partial is a half made file that rclone shouldn't really be transferring...

This should be fixed in the VFS beta here

Thanks Nick, I'll post the error I'm getting in that thread.

1 Like

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