Rclone not stop anytime soon

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

rclone not stop after reach max transfer limit

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

rclone v1.63.0 - os/version: ubuntu 20.04 (64 bit)

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 sync Mkultra-01: Mk02C: --transfers=3 -P --max-transfer 650G --cutoff-mode=soft

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2023-07-06 07:09:05 NOTICE: max transfer limit reached as set by --max-transfer - stopping transfers
Transferred:      659.981 GiB / 4.241 TiB, 15%, 552.146 KiB/s, ETA 11w3d22h
Errors:                 1 (no need to retry)
Checks:                38 / 38, 100%
Transferred:          152 / 10160, 1%

As per docs:

Specifying --cutoff-mode=soft will stop starting new transfers when Rclone reaches the limit.

So all transfers in progress have to finish first.

transfer already finish but rclone still not stop untill i manually stop it

run your command with -vv option as set some low limit e.g.:

 rclone sync Mkultra-01: Mk02C: --transfers=3 -P --max-transfer 100M --cutoff-mode=soft -vv

and post results here

152 files transferred, 660GB in total - so one file is 4.3GB on average. You use --transfers 3 so possibly after cut off you still have 10GB to finish - with your speed 552.146 KiB/s it might take few hours

nope,it vps with 1gbps speed.i stop because speed drop significanly with no progress. it same thing i happen when i use my pc with many file but too lazy to ask here tbh

hi,
Mkultra-01 and Mk02C - both are gdrive?

send full logfile and we should see what is going on

if the source and dest are gdrive and the copy|move is server-side, then --max-transfer does not work

as the config was not posted, i cannot be sure about that

both gdrive,not server side.

btw i always use --max-transfer even for server side,it work if file dont have too many.
in this case this not server side anyway

sorry, not sure what that means?

in any event, my comment was based on this from ncw

mean based on amount of file,if too many like thousand it will became loop n need manual stop

i already use it before since last year,both server side and normal copy. it work fine if total amount of file not too many. i just lazy to make a post about it.

I can not see any loop anywhere - what I see from what you show is very slow transfer of remaining files. There might be various reasons for this but to try to investigate we need DEBUG log.

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