Hi Benjamin, Do you mind explaining your use case in more detail so we can understand what you are trying to achieve ?
I think in general it's not a good idea to modify files directly inside the "data" directory. It is better to either use the desktop sync client to push data, or use the WebDAV interface (for example using a davfs mount). For what purpose did you disable "filesystem_check_changes" ? Performance ? Cheers, Vincent On 09/01/2014 04:50 PM, Benjamin Seclier wrote: > Hi, > I have this configuration in my Owncloud server : > 'filesystem_check_changes' => 0, > It results that if I delete a file directly from the filesystem, this file > won't be deleted in my computer client. > > Here is my question : > If I empty the entire data folder (directly from the filesystem), how can I > push data (which are still on my computer) into the server ? > With a single file, I can do it with the "touch" command, but I don't know if > it's possible to do it with all the data. > (a kind of "console.php files:scan" but client-side). > > Thanks a lot. > Regards > _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
