Can you limit photos auto upload?

So i use auto photo upload on android… this good but i have a question.

I don’t have enough cloud storage so i want to move pictures away from cloud storage.

Workflow:

  1. Auto upload when vault is opened
  2. Some days later open wault on pc
  3. MOVE pictures from vault to other directory

Problem
Next yime I open the vault on android all pictures are re-uploaded.

Is there a way to avoid this? Am I doing things wrong?

What i want
I want to unly upload the pictures once (when new or edited) and not re-upload when I moved the pictures.

Is this possible?

Thanks

The problem is that some apps like e.g. Threema report past created pictures as new one while browsing through the gallery. New created pictures triggers the Cryptomator app to mark this images for upload (if they are not already in the list to be uploaded) which can then have the consequence that if they are already deleted or moved in the Cloud by the user, the pictures will be uploaded again like in your case.

We will need to implement a local heuristic (name, size, hash over the content, …?) to detect that a particular image has already been uploaded and may not be uploaded again otherwise we have no chance to detect this case.