首页 > 其他 > 详细

rsync部署

时间:2017-07-26 01:29:14      阅读:246      评论:0      收藏:0      [点我收藏+]

centos6,rsync 3.X比对方法,一遍比对差异,一遍对差异的部分进行同步。

查看rysnc版本:

[root@backup ~]# rsync --version
rsync  version 3.0.6  protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
    64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
    append, ACLs, xattrs, iconv, symtimes

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.


安装可以采用编译方法安装:


[root@backup ~]# rpm -qa rsync
rsync-3.0.6-12.el6.x86_64


本文出自 “sandshell” 博客,请务必保留此出处http://sandshell.blog.51cto.com/9055959/1950966

rsync部署

原文:http://sandshell.blog.51cto.com/9055959/1950966

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!