Always prefer local version (push only)

Hi,

I have a scenario where I want the desktop client to always push local files in case of a file conflict.

Is there a setting/way to achieve this?

All I found here are these threads:

Unfortunately they are unanswered.

Best regards
Samuel

in general every client/server system is build around the idea the server is most authoritative part of the system and for this reason it’s data has priority over client’s data in case of conflicts. Please review the docs regarding desktop client conflict handling:

https://docs.nextcloud.com/desktop/3.3/conflicts.html

If you can handle the situation where server data has changed but you still want to overwrite it with you local data you can mount your files via WebDAV and overwrite server data with your local items.