Index: trunk/phase3/maintenance/dumpBackup.php |
— | — | @@ -97,7 +97,10 @@ |
98 | 98 | --skip-footer Don't output the </mediawiki> footer |
99 | 99 | --stub Don't perform old_text lookups; for 2-pass dump |
100 | 100 | --uploads Include upload records (experimental) |
| 101 | + --conf=<file> Use the specified configuration file (LocalSettings.php) |
101 | 102 | |
| 103 | + --wiki=<wiki> Only back up the specified <wiki> |
| 104 | + |
102 | 105 | Fancy stuff: (Works? Add examples please.) |
103 | 106 | --plugin=<class>[:<file>] Load a dump plugin class |
104 | 107 | --output=<type>:<file> Begin a filtered output stream; |