(→‎Making the dump: new code... more worrisome but makes it easy for people to see date and time.)
Line 13: Line 13:
The following runs by cron each Saturday:
The following runs by cron each Saturday:
<pre>
<pre>
cd /home/apropos/appropedia.org/
cd /home/apropos/appropedia.org/approbackups
/usr/local/php5/bin/php maintenance/dumpBackup.php --current | gzip > currentdump.xml.gz
/usr/local/php5/bin/php ../maintenance/dumpBackup.php --current | gzip > currentdump.xml.gz
</pre>
</pre>



Revision as of 02:49, 30 October 2009

The latest dump of Appropedia - the text of all pages on the site, in one big XML file - is found here. (It's about 11.3 MB This is the newest revision of each page (not the entire history).

New dumps are made weekly. The date of the latest dump can be determined from... (the datestamp on the file after downloading, or is that the time you downloaded? or does it depend on your OS?)

The dump can be used:

Making the dump

For the reference of Appropedia tech people, making the dump involves these steps (to be filled in): The following runs by cron each Saturday:

cd /home/apropos/appropedia.org/approbackups
/usr/local/php5/bin/php ../maintenance/dumpBackup.php --current | gzip > currentdump.xml.gz
Cookies help us deliver our services. By using our services, you agree to our use of cookies.