From: Chad Horohoe Date: Sun, 29 Aug 2010 13:06:22 +0000 (+0000) Subject: Partial revert r71363. I lied, these are used. They're just not documented for crap X-Git-Tag: 1.31.0-rc.0~35282 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=7ee4e21e281e5da352d1c77719f793e34ebc9d62;p=lhc%2Fweb%2Fwiklou.git Partial revert r71363. I lied, these are used. They're just not documented for crap --- diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php index 6cfd6f5084..cca75f6c6a 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -85,12 +85,22 @@ Actions: Options: --quiet Don't dump status reports to stderr. + --report=n Report position and speed after every n pages processed. + (Default: 100) + --server=h Force reading from MySQL server h --start=n Start from page_id or log_id n --end=n Stop before page_id or log_id n (exclusive) --skip-header Don't output the header --skip-footer Don't output the footer --stub Don't perform old_text lookups; for 2-pass dump --uploads Include upload records (experimental) + +Fancy stuff: (Works? Add examples please.) + --plugin=[:] Load a dump plugin class + --output=: Begin a filtered output stream; + s: file, gzip, bzip2, 7zip + --filter=[:] Add a filter on an output branch + ENDS ); }