Am Mittwoch, dem 18.07.2012 um 13:12 schrieb Sebastian Kügler: > On Wednesday, July 18, 2012 10:31:13 Klaas Freitag wrote: > > For that, the best would be if the ownCloud WebDAV server would provide > > another WebDAV property that returns the md5-sum of the file or file > > list. That probably means that the md5 sum needs to be calculated on > > every file change on the server and be stored in the fs cache. > > > > Is that doable? Who can help with that? > > Naive question: If the md5sums differ, how do you know which file is older > and > which one is newer?
Either with a version number to be maintained. Or you no just compare the current md5sums but also take into consideration the md5sums of the last sync cycle to know if the server or the client was changed. In case of both there is some conflict resolution in the client necessary where the user has to decide which version to take. Tom > -- > sebas > > http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9 > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
