Index: branches/ariel/xmldumps-backup/wikidump.conf.sample |
— | — | @@ -29,6 +29,8 @@ |
30 | 30 | gzip=/usr/bin/gzip |
31 | 31 | bzip2=/usr/bin/bzip2 |
32 | 32 | sevenzip=/usr/bin/7za |
| 33 | +checkforbz2footer=/usr/local/bin/checkforbz2footer |
| 34 | +recompressxml=/usr/local/bin/recompressxml |
33 | 35 | |
34 | 36 | [cleanup] |
35 | 37 | keep=10 |
Index: branches/ariel/xmldumps-backup/README.installation |
— | — | @@ -5,8 +5,9 @@ |
6 | 6 | * PHP 2.5 or greater |
7 | 7 | * A fully functional MediaWiki installation with some data in it (depends on |
8 | 8 | mysql and a functioning webserver) |
| 9 | +* Installed ActiveAbstract extension for MediaWiki |
9 | 10 | * The applications gzip, bzip2, 7zip version 4.58 or better |
10 | | -* Command line utilities head, tail, cat |
| 11 | +* Command line utilities head, tail, cat, grep |
11 | 12 | * Build the utfnormal php module, located in svn: |
12 | 13 | This depends on swig and libicu-dev, install those. |
13 | 14 | svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/normal/ |
— | — | @@ -27,6 +28,9 @@ |
28 | 29 | |
29 | 30 | svn co http://svn.wikimedia.org/svnroot/mediawiki/branches/ariel/xmldumps-backup backups |
30 | 31 | |
| 32 | +Build the programs in the mwbzutils subdirectory, and move back to the |
| 33 | +backups directory afterwards. |
| 34 | + |
31 | 35 | Copy the file wikidump.conf.sample to wikidump.conf and edit the values |
32 | 36 | appropriately; see the file README.config for information on the format of the |
33 | 37 | configuration file and the options specified. |
Index: branches/ariel/xmldumps-backup/README.config |
— | — | @@ -162,10 +162,10 @@ |
163 | 163 | grep -- Location of the grep binary |
164 | 164 | Default value:/bin/grep |
165 | 165 | checkforbz2footer -- Location of the checkforbz2footer binary |
166 | | - This is part of the mwbzutils package. If |
167 | | - the package is not installed, this value will |
168 | | - be ignored. |
| 166 | + This is part of the mwbzutils package. |
169 | 167 | Default value: /usr/local/bin/checkforbz2footer |
| 168 | +recompressxml -- Location of the recompressxml binary |
| 169 | + Default value: /usr/local/bin/recompressxml |
170 | 170 | |
171 | 171 | The above options do not have to be specified in the config file, |
172 | 172 | since default values are provided. |