What is the problem you are having with rclone?
Making a script and want to have rclone stop transferring after x amount of files. So every 100 files transfered, stop the transfer.
I see theres ' --max-transfer SizeSuffix ' but thats in terms of file size> i want the files to complete during transfer and at least copy a certain amount instead of by size
What is your rclone version (output from rclone version
)
Which OS you are using and how many bits (eg Windows 7, 64 bit)
rclone v1.53.3
- os/arch: linux/arm
- go version: go1.15.5
Which cloud storage system are you using? (eg Google Drive)
GDrive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy source:sourcepath dest:destpath --transfers 4 --progress --(new flag)
The rclone config contents with secrets removed.
Not needed
A log from the command with the -vv
flag
not needed