<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Topic: Automated Backup Plugin?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Topic: Automated Backup Plugin?</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 21:50:34 +0000</pubDate>

<item>
<title>chrishajer on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17171</link>
<pubDate>Thu, 10 Jul 2008 07:50:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17171@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's great that you have shell access.  You can backup all the files with something like rsync, and you can use a shell script to backup the database tables you want.  Since there are no wildcards in mysqldump, you will need to explicitly name all the tables in your installation; just separate them with spaces.&#60;/p&#62;
&#60;p&#62;You can put something like this into a bash script and run it daily (or whenever) from cron:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mysqldump --add-drop-table -h host -u user -p password dbname \
( bb_forums \
bb_meta \
bb_posts \
bb_tagged \
bb_tags \
bb_terms \
bb_term_relationships \
bb_term_taxonomy \
bb_topics \
bb_topicmeta \
bb_users \
bb_usermeta ) &#124; bzip2 -c &#124; bbpress.bak.sql.bz2&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;You would have to consider putting the password into the script and hiding that from prying eyes.  Alternatively, you could create a user with limited privileges and no password, and use that in the backup script.&#60;/p&#62;
&#60;p&#62;You should also verify the table prefix, and that those are all your bbPress tables.  I think there are different tables for different bbPress versions.&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>ashes999 on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17148</link>
<pubDate>Wed, 09 Jul 2008 16:24:13 +0000</pubDate>
<dc:creator>ashes999</dc:creator>
<guid isPermaLink="false">17148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, I have shell access...&#60;/p&#62;
&#60;p&#62;I had a shell script before to back up my whole schema; but I just want to back up the bbpress schema now, not the wordpress schema.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17144</link>
<pubDate>Wed, 09 Jul 2008 14:17:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17144@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have access to a shell at your host?  If so, you can do it pretty easily.  If not, I don't know of an automatic backup plugin for bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>ashes999 on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17142</link>
<pubDate>Wed, 09 Jul 2008 13:27:51 +0000</pubDate>
<dc:creator>ashes999</dc:creator>
<guid isPermaLink="false">17142@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wordpress has a great plugin called wp-backup that allows you to schedule a nightly backup of your database.  Is there something similar for bbPress?  If not, how should I back up my data regularly?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
