<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dropbox &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Sat, 06 Dec 2014 09:29:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>将VPS数据备份到Dropbox</title>
		<link>https://wordpress.youran.me/%e5%b0%86vps%e6%95%b0%e6%8d%ae%e5%a4%87%e4%bb%bd%e5%88%b0dropbox/</link>
					<comments>https://wordpress.youran.me/%e5%b0%86vps%e6%95%b0%e6%8d%ae%e5%a4%87%e4%bb%bd%e5%88%b0dropbox/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 14:57:08 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[备份]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=136</guid>

					<description><![CDATA[对于多数便宜的VPS，有可能会出现数据丢失而又没有备份的情况，所以就需要将重要的数据定期备份到其他地方。网上能提供这种服务的不是很多，除了GoDaddy为每一个注册的域名提供的备份空间，我们还可以利用Dropbox这一免费网络空间进行数据备份。注意，Dropbox在国内无法访问，所以国内VPS是不用想备份到上面了，除非手动设置代理。 具体备份流程也很简单，将下面的代码存为脚本，比如DropboxBackup.sh，然后加上可执行权限。 #!/bin/bash DROPBOX_USER="Your Dropbox username" DROPBOX_PASS="Your Dropbox password" DROPBOX_DIR="Directory in your dropbox account to store the backups, e.g. /backups" BACKUP_SRC="/home /var/www /var/git /etc /root" BACKUP_DST="/tmp" MYSQL_SERVER="127.0.0.1" MYSQL_USER="root" MYSQL_PASS="Your MySQL password" # # Stop editing &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e5%b0%86vps%e6%95%b0%e6%8d%ae%e5%a4%87%e4%bb%bd%e5%88%b0dropbox/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 27/52 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/12 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-06-29 06:06:44 by W3 Total Cache
-->