can we sync only create or update on file not delete

I wanted to have backup feature like google cloud where it is write only. Removing local files will not change the cloud files.

How can I achive this?

Use versioning.

Alternatively, if you want to keep the folder structure on the remote device, you can ignore the file, then delete. Both actions should be done only locally.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.