The following 90 words could not be found in the dictionary of 615 words (including 615 LocalSpellingWords) and are highlighted below:

action   backed   backup   Backup   backups   based   be   below   By   can   case   command   Configuration   configuration   Configure   correct   current   default   dir   documentation   don   easy   empty   especially   Example   file   files   for   gets   helpful   home   in   include   installation   Instance   interface   list   location   make   method   methods   mutable   needs   of   One   pages   permission   Put   put   read   real   regular   required   result   scheme   see   several   So   some   specify   The   the   There   these   things   This   this   three   through   to   up   Use   use   user   want   ways   web   What   what   Where   whereas   whereby   wikiconfig   Within   wrong   You   you   your   yourdomain   yourself  

Clear message

Backup MoinMoin Wiki

You can backup your wiki in several ways. One easy method is through the web interface. This is especially helpful in case you don't have read access to the data files (some installation methods result in a permission scheme whereby the user may not have access to these).

There are three things required for a web-based backup:

  1. Put yourself in the backup permission list in the configuration file.
  2. Configure what needs to be backed up (see below)
  3. Use the correct backup command. The current moinmoin documentation is wrong, it ways to use action=WikiBackup, whereas the real command is: action=backup

Example

http://www.yourdomain.com/wiki/?action=backup

Configuration

Within the configuration file: wikiconfig.py you have to specify what gets backed up. By default, the configuration is empty. So put the location of your wiki data directory

    # Where your mutable wiki pages are. You want to make regular
    # backups of this directory.
    data_dir = '/home/user/moin/WikiInstance/data/'

[...]

    # What to backup
    backup_include = [data_dir]

WikiBackup (last edited 2009-03-28 23:12:59 by ChrisSeidel)