0℃
2012年07月16日
⁄ Rsync
⁄ 被围观 15,752次+
说明:
1、Rsync服务端
系统:CentOS 6.3
IP地址:192.168.21.132
数据存放目录:/data/osyunwei
2、Rsync客户端
系统:Debian 6.0.5
IP地址:192.168.21.144
同步的目录:/data/osyunwei
实现目的:
Rsync客户端每天凌晨3:00自动同步Rsync服务端/data/osyunwei目录中的数据到自己的/data/osyunwei目录
一、Rsync服务端配置
1、关闭SELINUX
vi /etc/selinux/config #编辑防火墙配置文件
#SELINUX=enforcing #注释掉
#SELINUXTYPE=targeted #注释掉
SELINUX=disabled #增加
:wq! #保存,关闭
shutdown -r now #重...
CentOS, Debian, Rsync, 数据同步阅读全文
1℃
2012年07月12日
⁄ Rsync
⁄ 被围观 26,665次+
说明:
1、cwRsyncServer服务端
系统:Windows Server 2003
IP地址:192.168.21.134
数据存放目录:D:\osyunwei
2、Rsync客户端
系统:CentOS 6.3
IP地址:192.168.21.132
同步的目录:/osyunwei
实现目的:
Rsync客户端每天凌晨3:00自动同步cwRsyncServer服务端D:\osyunwei目录中的数到/osyunwei目录
一、cwRsyncServer服务端配置
附件:
cwRsyncServer下载地址:
http://jaist.dl.sourceforge.net/project/sereds/cwRsync/4.0.3/cwRsyncServer_4.0.3_Installer.zip
解压cwRsyncServer_4.0.3_Installer.zip,双...
CentOS Rsync, Rsync, Windows Server cwRsyncServer, 数据同步阅读全文
0℃
2012年07月07日
⁄ Rsync
⁄ 被围观 26,485次+
说明:
cwRsyncServer服务端 IP:192.168.21.128
cwRsync客户端 IP:192.168.21.129
实现目的:
把服务端D:\data目录中的数据通过任务计划定期同步到客户端D:\data目录中
附件:
cwRsyncServer下载地址:
http://jaist.dl.sourceforge.net/project/sereds/cwRsync/4.0.3/cwRsyncServer_4.0.3_Installer.zip
cwRsync下载地址:
http://jaist.dl.sourceforge.net/project/sereds/cwRsync/4.0.3/cwRsync_4.0.3_Installer.zip
具体操作:
一、在服务端安装cwRsyncServer
解压cwRsyncServer_4.0.3_Installer.zip,...
cwRsync, cwRsyncServer, Windows Server 2003, 数据同步阅读全文