just added the --fast-list to my jobs to speed up (it's working) but with a large list of files I have some warnings like this:
2021/02/07 11:56:47 NOTICE: folder/1522356085_63000000000.jpg: Duplicate object found in destination - ignoring
what this message means?
the folder structure are identical source/destination but I have only few messagges like this for a total of 89011 files checked
what's this support template?
BTW the message is clear but I don't understand it.
In the folder mentioned there are 24 files. in both source and destination. but the warning is only in one file.
I tried to manually delete the file from destination end re-start the sync.
no warning but the file is not uploaded anymore..
so there's some problems during the check..
her's some screens:
source:
Maybe I found the problem.
the 2 files showing as duplicated are in this situation..
using rclone mount the file are showed and can be deleted on destination. deleted.
launched the sync. no file uploaded, strange... the incriminated file not showing in rclone mount.
using rclone browser, after point 1. and 2. the files are still on remote. deleted from here -> done
launched the sync. the files are now synced
re-launched the sync. no files upload and not duplicated warnings..
the problem so was between the rclone mounted drive (that are showing the "duplicated" file) and the effective remote that show another version of file.
If you have duplicated files then rclone sync will just pick the first one returned by the remote server and the other will be ignored, so things can seem a bit random.