<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：简单的WP备份脚本</title>
	<atom:link href="http://luy.li/2009/12/15/wp_backup_script/feed/" rel="self" type="application/rss+xml" />
	<link>http://luy.li/2009/12/15/wp_backup_script/</link>
	<description>all linux</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：bones7456</title>
		<link>http://luy.li/2009/12/15/wp_backup_script/#comment-8771</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Wed, 23 Dec 2009 00:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1265#comment-8771</guid>
		<description>呵呵，看上去真不错啊~ 以后有机会我也折腾这个去~</description>
		<content:encoded><![CDATA[<p>呵呵，看上去真不错啊~ 以后有机会我也折腾这个去~</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：今天能看见山</title>
		<link>http://luy.li/2009/12/15/wp_backup_script/#comment-8770</link>
		<dc:creator>今天能看见山</dc:creator>
		<pubDate>Tue, 22 Dec 2009 15:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1265#comment-8770</guid>
		<description>刚才发了一个带复杂链接的上不来，估计被作为垃圾评论拦截了。
我那个路由器是WRT300N，你可以去查一下。带USB接口，我接了个16G的U盘，24小时给我下载呢。
更多ddwrt的资料和路由器，你可以去恩山论坛那看看。地址我就不写了，你上网搜一下就有了。</description>
		<content:encoded><![CDATA[<p>刚才发了一个带复杂链接的上不来，估计被作为垃圾评论拦截了。<br />
我那个路由器是WRT300N，你可以去查一下。带USB接口，我接了个16G的U盘，24小时给我下载呢。<br />
更多ddwrt的资料和路由器，你可以去恩山论坛那看看。地址我就不写了，你上网搜一下就有了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：今天能看见山</title>
		<link>http://luy.li/2009/12/15/wp_backup_script/#comment-8769</link>
		<dc:creator>今天能看见山</dc:creator>
		<pubDate>Tue, 22 Dec 2009 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1265#comment-8769</guid>
		<description>路由器是在恩山那买的裸板，带USB接口的，自己装了个16G的U盘。我的是这款：
http://item.taobao.com/auction/item_detail-0db1-e0efa3494167e669a5c6f965750af3c0.htm
你可以上论坛看看去，www.right.com.cn

之前还用过一款不到200的，也是裸板，就是性能差点，但是有USB接口，装个U盘下载一点问题也没有。</description>
		<content:encoded><![CDATA[<p>路由器是在恩山那买的裸板，带USB接口的，自己装了个16G的U盘。我的是这款：<br />
<a href="http://item.taobao.com/auction/item_detail-0db1-e0efa3494167e669a5c6f965750af3c0.htm" rel="nofollow">http://item.taobao.com/auction/item_detail-0db1-e0efa3494167e669a5c6f965750af3c0.htm</a><br />
你可以上论坛看看去，www.right.com.cn</p>
<p>之前还用过一款不到200的，也是裸板，就是性能差点，但是有USB接口，装个U盘下载一点问题也没有。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：bones7456</title>
		<link>http://luy.li/2009/12/15/wp_backup_script/#comment-8768</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Tue, 22 Dec 2009 12:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1265#comment-8768</guid>
		<description>呵呵，握手~
你的路由器是什么型号？有多少可用的空间呢？</description>
		<content:encoded><![CDATA[<p>呵呵，握手~<br />
你的路由器是什么型号？有多少可用的空间呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：今天能看见山</title>
		<link>http://luy.li/2009/12/15/wp_backup_script/#comment-8764</link>
		<dc:creator>今天能看见山</dc:creator>
		<pubDate>Tue, 22 Dec 2009 04:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=1265#comment-8764</guid>
		<description>恰巧前两天我也弄了这么一个脚本，跟你的不同之处是我那个脚本是运行在WP服务器上，定时向我的路由器(运行DDWRT--一种linux系统)里面备份。可以参考一下：
http://www.faquir.net/archives/327
另外，文件其实也可以实现增量备份，可以用rsync。因为我的站数据比较少，全部备份成本也不高，所以最近也就还没太研究那东西怎么用。</description>
		<content:encoded><![CDATA[<p>恰巧前两天我也弄了这么一个脚本，跟你的不同之处是我那个脚本是运行在WP服务器上，定时向我的路由器(运行DDWRT&#8211;一种linux系统)里面备份。可以参考一下：<br />
<a href="http://www.faquir.net/archives/327" rel="nofollow">http://www.faquir.net/archives/327</a><br />
另外，文件其实也可以实现增量备份，可以用rsync。因为我的站数据比较少，全部备份成本也不高，所以最近也就还没太研究那东西怎么用。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
