What should I take care if I would like to backup what I edit in instiki ? All the instiki directory? or storage directory is enough ? Also, does a export via my browser can be re-injected into instiki directory somewhere? Please need help Thanks Dominic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080104/9de260d7/attachment.html
>From a very simple perspective, you could just back up the database. Bydefault it uses sqlite, and the file is in the db directory. Johannes On Jan 4, 2008 1:14 PM, Dominic D''Apice <dapiced at videotron.ca> wrote:> What should I take care if I would like to backup what I edit in instiki > ? > > > > > > All the instiki directory? or storage directory is enough ? > > > > Also, does a export via my browser can be re-injected into instiki > directory somewhere? > > > > > > Please need help > > > > Thanks > > Dominic > > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080104/68635488/attachment-0001.html
hi dominic, backing up instiki depends on the database you use. for sqlite3, as johannes already said it is really just needed to copy the files from the db directory. if you are running on mysql or postgresql, you might want to take a look in the mysqldump/ mysqlimport pg_dump (pg_dumpall)/ pg_restore regards, matthias On 04.01.2008, at 19:14, Dominic D''Apice wrote:> What should I take care if I would like to backup what I edit in > instiki ? > > > All the instiki directory? or storage directory is enough ? > > Also, does a export via my browser can be re-injected into instiki > directory somewhere? > > > Please need help > > Thanks > Dominic > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users