Apr 20
zhoz评论:rsync 很好很强大!刚才用一个脚本即实现了对网站的同步镜备份。
系统地了解一下:
rsync is a file transfer program for Unix systems. rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
rsync 是一个Unix系统下的文件同步和传输工具。rsync是用 “rsync 算法”提供了一个客户机和远程文件服务器的文件同步的快速方法。
Some features of rsync include
rsync 包括如下的一些特性:
* can update whole directory trees and filesystems
能更新整个目录和树和文件系统;
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]