Sync duplicate file and folder

What is the problem you are having with rclone?

I want clone my teamdrive exactly like from source including duplicate folder and file. what suitable command should i use?

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

rclone-v1.56

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 leech01_00: leech01backup_00: --drive-server-side-across-configs --transfers=4 --tpslimit=5 -P --max-transfer 650G --refresh-times --cutoff-mode=soft

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Nothing.

Rclone doesn't support duplicates so you have to dedupe if you want to use rclone.

im not trying to del duplicate,i want copy duplicate

Not sure how to make it more clear.

With rclone, you cannot.

not sure what u mean i have to dedupe to use rclone

You have to deduplicate the source if you want to copy it.

dedupe the source will delete the identical file. the result is same like default rclone use right now.it not copy duplicated. so i still dont know what u mean. i dont need use duplicate because it produce same thing like i use right now

Rclone doesn't work with duplicates in the source.

If you want to copy duplicates, you cannot use rclone. There is no command, flag or option to make it work.

If you want to use rclone, you have to deduplicate.

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