Hi, We already have owncloud 7 installed on a web server with some modification done with online registration and logorebranding, And we tried to update to the new 7.0.2 release all earlier configurations and settings were lost,
Is there any way to upgrade without losing any earlier changes to the owncloud core. Regards Walid -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Tuesday, September 2, 2014 3:00 PM To: [email protected] Subject: User Digest, Vol 8, Issue 3 Send User mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://mailman.owncloud.org/mailman/listinfo/user or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of User digest..." Today's Topics: 1. Re: How to push data from client to server ? (Marcel Waldvogel) ---------------------------------------------------------------------- Message: 1 Date: Tue, 2 Sep 2014 12:13:40 +0200 From: Marcel Waldvogel <[email protected]> To: For users of ownCloud <[email protected]> Subject: Re: [owncloud-user] How to push data from client to server ? Message-ID: <[email protected]> Content-Type: text/plain; charset="windows-1252" If I want a ?merge sync? (no deletes), I delete .csync_journal.db from the client?s sync directory first. -Marcel Am 02.09.2014 um 12:03 schrieb Vincent Petry <[email protected]>: > Hello, > > Usually if the data folder is empty, the sync clients should show a > warning dialog "do you really want to delete all files ?". > If there you pick "keep files", it should reupload the files to > ownCloud, assuming that the user still exists on that instance. > > It would still be good to have regular backups of the database and > data directory to cover for the case where your data folder is lost. > This is better than expecting the clients to be the backup. > > If I understand well you are trying to trick the sync client to make > it think that the files changed locally to force it to upload ? I > think calling "touch" on all files recursively should work. To > reupload a folder you'd need to touch all files inside that folder, > not the folder itself. > > Cheers, > > Vincent > > On 09/02/2014 11:27 AM, Benjamin Seclier wrote: >> Hello Vincent, >> I agree with you, it's a bad idea to modify files directly inside the "data" directory (although it can be useful for restoring data). >> >> I disabled the "filesystem_check_changes" because we think that it could be dangerous (if someone hacks our server and delete data folder => data are gone server-side AND client-side). >> >> So my question was : if my data folder get empty, is it possible to push data from the client to the server ? As I said, it's possible with files (by changing the "last modification" value) but I didn't find how doing it with folders. >> >> Thanks for your answer >> Kind regards >> >> >> ----- Mail original ----- >>> 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 >>> > > _______________________________________________ > User mailing list > [email protected] > http://mailman.owncloud.org/mailman/listinfo/user -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4734 bytes Desc: not available URL: <http://mailman.owncloud.org/pipermail/user/attachments/20140902/c1b37e69/at tachment-0001.p7s> ------------------------------ _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user End of User Digest, Vol 8, Issue 3 ********************************** _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
