Schwierig mit automatischen Regeln. Woher soll eine Regel wissen wessen Änderung die entscheidende ist? Die des Users, der lokal eine Änderung vornahm oder die dessen der es remote tat?
The Nextcloud Client packages contain a command line client, nextcloudcmd, that can be used to synchronize Nextcloud files to client machines.
nextcloudcmd performs a single sync run and then exits the synchronization process. In this manner, nextcloudcmd processes the differences between client and server directories and propagates the files to bring both repositories to the same state. Contrary to the GUI-based client, nextcloudcmd does not repeat synchronizations on its own. It also does not monitor for file system changes.
Synchronisiert wird ganz normal via App. Bei Konflikten werden beide Versionen erhalten, eine davon erhält im Dateinamen zusätzlich den Begriff “Conflict” und einen Zeitstempel.
Der User kann dann die beiden Versionen vergleichen und entscheiden, welche Version behalten wird oder manuell die Änderungen innerhalb der Konflikt-Datei im “Original” ergänzen.