Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling identical file names #918

Open
bowencool opened this issue Jul 22, 2024 · 1 comment
Open

Handling identical file names #918

bowencool opened this issue Jul 22, 2024 · 1 comment
Assignees
Labels

Comments

@bowencool
Copy link

bowencool commented Jul 22, 2024

Overview

An edge case when using auto-delete.

Steps to Reproduce

  1. 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.)
  2. Delete the old one on iCloud.
  3. 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.

image image image

Context

@bowencool bowencool added the bug label Jul 22, 2024
@AndreyNikiforov
Copy link
Collaborator

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

@AndreyNikiforov AndreyNikiforov self-assigned this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants