> With phpwiki v1.2, what is the best way to dump out the entire wiki
> page database as a set of HTML pages? (I am thinking about how one
> might export the pages to another server, and also using the generated
> HTML pages as a (non-editable) backup copy of the database.)
For this the easiest thing I can think of is to use something like wget to
recursively download your wiki to html files.
> Also, to back up the database, is it only necessary to copy the files
> in the pages/ subdirectory? i.e. could the database be restored by
> just overwriting the files in pages/ with the archived ones? I am
> using the dbm storage method.
I'm not sure if what you say will work or not, however Steve posted
instructions for using PhpWiki's built in zip backup utility here, I
suspect that this is the easiest way to back up the raw source for your
wiki.
http://www.geocrawler.com/lists/3/SourceForge/4037/0/6765555/
adam.
|