A bit confused as to the 'conditions' of WHENEXISTS=skip.
I assumed... that this 'skip' is covered by:
"Skip identical: Any conflicting files will be automatically skipped if they are identical (same size and date)."
https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Unattended_operation.htm
Not sure about the file name.
(e.g. when a file is renamed, date time size remaining unchanged)
Also, whilst copying files from one folder into another using:
Copy UNATTENDED=yes WHENEXISTS=skip
and 1 file has been modified in the source folder (date, time, size changed, file name unchanged), then the file is not copied.
Example:
From left to right, file name same, size/modified date stamp different. file is skipped.
That aside, I wonder whether it is possible to have the file renamed when the file name is the same, so there is old and new version of the same file, so one can determine which one to keep at a later stage.
(Similar to when copying within the same folder)