Rsync:远程同步备份 [zz]

|
Rsync 是 *Nix 类系统中的远程同步备份工具,其特性有:可以保存整个目录树和文件系统,能够保留原文件的权限、时间,支持通过 ssh 来传输文件,等等。 为了实现将远程服务器中的文件同步备份到本机,我使用了下列命令(Rsync+ssh): rsync -avlR --delete -e ssh user@xxx.xxx.xxx.xxx:/remotedir /localdir/ 该指令中涉及到的选项作用如下:
  • -a:存档
  • -v:给出文件传输的相关信息
  • -l:保留原文件的符号链接
  • -R:保留相对路径
  • -delete:与远程服务器文件内容保持一致
  • -e:使用 ssh 连接
而 user@xxx.xxx.xxx.xxx 指的是 ssh 连接的用户及地址,/remotedir 是远程服务器中需要同步的目录,/localdir/ 为本机备份目录。 看到就留下/备查.....

About this Entry

This page contains a single entry by 清茶 published on November 9, 2006 8:17 PM.

《越狱 第二季》(Prison Break Season 2)[YYeTs作品][中文字幕][RMVB+AVI+H264+720P]更新第10集 |剧集 → 欧美 | VeryCD → 下载 was the previous entry in this blog.

http://zh.wikipedia.org/wiki/%E9%A6%96%E9%A1%B5 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.31-zh-cn