linux通过dropbox备份服务器数据
2012 年 6 月 26 日 linux通过dropbox备份服务器数据无评论
1.安装dropbox后台进程
cd ~ && wget -O – "https://www.dropbox.com/download?plat=lnx.x86" | tar xzf –
2.运行dropbox进程
~/.dropbox-dist/dropboxd
点击链接激活电脑的链接
3.成功链接后,crtl+c结束进程。重新运行后台程序
~/.dropbox-dist/dropboxd &
之后把备份的文件放在~/Dropbox文件夹中就行了。恢复的时候重复上边的操作,在网站里找文件历史记录恢复即可
发表评论