What is a good way to confirm that my backup backed up the entire site?
Apart from the site, I also need the images directory, the extensions directory, and the php configuration file (I forget the name). Anything else?
On Mon, Jul 20, 2009 at 3:30 PM, Steve VanSlycks.vanslyck@spamcop.net wrote:
What is a good way to confirm that my backup backed up the entire site?
Apart from the site, I also need the images directory, the extensions directory, and the php configuration file (I forget the name). Anything else?
You should make do a database dump, an xml dump, backup the software and extensions, and backup the images. You can do an xml dump using the dumpBackup.php script in the maintenance directory. See:
http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki
I recommend scripting it, and putting into a cron.
V/r,
Ryan Lane
Best way is to restore it to a 'test' site.
Its important to test your backup strategy - and not rely on thinking you've done all you need to - finding you've forgotten something when you need to recover from a real problem is not the way !
I make a copy of the entire wiki folder structure (which includes images, extensions, localsettings.php et al) and an automated MySQL database backup ( this is built in to the MySQL administrator app.)
Jon.
"Steve VanSlyck" s.vanslyck@spamcop.net Sent by: mediawiki-l-bounces@lists.wikimedia.org 20-Jul-2009 21:30 Please respond to "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org
To "MediaWiki announcements and site admin list" mediawiki-l@lists.wikimedia.org cc
Subject [Mediawiki-l] Backing up
What is a good way to confirm that my backup backed up the entire site?
Apart from the site, I also need the images directory, the extensions directory, and the php configuration file (I forget the name). Anything else?
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
----------------------------------------------------------- This e-mail was sent by GlaxoSmithKline Services Unlimited (registered in England and Wales No. 1047315), which is a member of the GlaxoSmithKline group of companies. The registered address of GlaxoSmithKline Services Unlimited is 980 Great West Road, Brentford, Middlesex TW8 9GS. -----------------------------------------------------------
mediawiki-l@lists.wikimedia.org