About "Rsync"

来源:互联网 发布:流光图片制作软件 编辑:程序博客网 时间:2024/05/20 09:27

From Wikipedia, the free encyclopedia

 

rsync is a software application for Unix and Windows systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or display directory contents and copy files, optionally usingcompression and recursion.

In daemon mode, rsync listens on the default TCP port of 873, serving files in the native rsync protocol or via a remote shell such as RSH or SSH. In the latter case, the rsync client executable must be installed on both the local and the remote host.

 

 

…………

 

@http://en.wikipedia.org/wiki/Rsync

原创粉丝点击