You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit a video file (let's say it's called IMG_6197.MOV) and save it to a new clip, which will also be accurately named IMG_6197.MOV on iCloud. (Importing a file twice is also applicable.)
Delete the old one on iCloud.
Run icloudpd with --auto-delete.
Expected Behavior
Keep it exactly the same as the iCloud folder.
Actual Behavior
iCloudPD will download the new IMG_6197.MOV and then delete it because an old file with the same name, IMG_6197.MOV, is in iCloud's "Recently Deleted" folder.
Context
The text was updated successfully, but these errors were encountered:
Yes, assets with the same name and deletions are not working perfectly in deduplication mode (default). --file-match-policy name-id7 shuld not have that problem by design, but the automatic migration from one file-match-policy to another is not available yet
Overview
An edge case when using
auto-delete
.Steps to Reproduce
IMG_6197.MOV
) and save it to a new clip, which will also be accurately namedIMG_6197.MOV
on iCloud. (Importing a file twice is also applicable.)--auto-delete
.Expected Behavior
Keep it exactly the same as the iCloud folder.
Actual Behavior
iCloudPD will download the new
IMG_6197.MOV
and then delete it because an old file with the same name,IMG_6197.MOV
, is in iCloud's "Recently Deleted" folder.Context
The text was updated successfully, but these errors were encountered: