From 63601400e476c6cf43d985f3e7b9864681695ed4 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 18 Jan 2013 16:46:04 +0100 Subject: Update to MediaWiki 1.20.2 this update includes: * adjusted Arch Linux skin * updated FluxBBAuthPlugin * patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=44024 --- maintenance/dumpBackup.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'maintenance/dumpBackup.php') diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php index c49a2963..c9546c60 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -29,8 +29,8 @@ $originalDir = getcwd(); $optionsWithArgs = array( 'pagelist', 'start', 'end', 'revstart', 'revend'); -require_once( dirname( __FILE__ ) . '/commandLine.inc' ); -require_once( 'backup.inc' ); +require_once( __DIR__ . '/commandLine.inc' ); +require_once( __DIR__ . '/backup.inc' ); $dumper = new BackupDumper( $argv ); @@ -88,6 +88,10 @@ XML interchange wrapper format for export or backup. XML output is sent to stdout; progress reports are sent to stderr. +WARNING: this is not a full database dump! It is merely for public export + of your wiki. For full backup, see our online help at: + https://www.mediawiki.org/wiki/Backup + Usage: php dumpBackup.php [] Actions: --full Dump all revisions of every page. -- cgit v1.2.2