What is the problem you are having with rclone?
What is the flag to only allow rclone to start transfer files when there are minimum of 3 files to be moved
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.0- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3516 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.1
- go/linking: static
- go/tags: cmount
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
)
c:\rclone\rclone.exe move --bind=192.168.1.2 --ignore-existing --verbose --transfers 4 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s --max-depth 1 S:\ googledrive1:
and
c:\rclone\rclone.exe move --ignore-existing --verbose --transfers 4 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s --max-depth 1 S:\ googledrive2:
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[googledrive1]
type = drive
scope = drive
token = XXX
team_drive = XXX
root_folder_id = XXX
client_id = XXX
client_secret = XXX
[googledrive2]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = XXX
root_folder_id = XXX
A log from the command that you were trying to run with the -vv
flag
sometimes the commands will only move 1 or 2 files, I would like at least 3 and maximum 4 to be on the move
What is the flag to only allow rclone to start transfer files when there are minimum of 3 files to be moved? sometimes the commands will only move 1 or 2 files, I would like at least 3 and maximum 4 to be on the move. Like minimum number of files filter