Chinaunix首页 | 论坛 | 博客
  • 博客访问: 218493
  • 博文数量: 68
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 695
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-19 21:17
文章分类

全部博文(68)

文章存档

2009年(16)

2008年(12)

2007年(27)

2006年(13)

我的朋友

分类: LINUX

2009-02-19 16:14:44

 
PG:/usr/local/flexSDK# cat /etc/rsyncd.conf
secrets file = /etc/rsyncd.secrets
motd file = /etc/rsyncd.motd
read only = yes
uid = root
gid = root
hosts allow = 2**.1**.1**.1**/29
hosts deny = 192.168.100.0/24  
max connections = 4
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[web]
comment = Terry 's directory from 192.168.100.21
path = /var/www
auth users = terry,rsync
[kq]
comment = test rsync
path = /home/stone/kq/
auth users = rsync
[flexsdk]
comment = flexsdk
path = /usr/local/flexSDK
auth users = rsync
[tubiao]
comment = tubiao sdk
path = /var/local/tubiao
auth users = rsync
[jdk]
comment = jdk
path = /usr/local/jdk1.6.0_05
auth users = rsync
[mysqldata]
comment = mysql data
path = /var/lib/mysql
auth users = rsync
 
PG:/usr/local/flexSDK# cat /etc/rsyncd.motd
Welcome!
PG:/usr/local/flexSDK# cat /etc/rsyncd.secrets
terry:12345
rsync:abcdef
 
  238  rsync -var --password-file=/etc/rsync.pass ./flexSDK
  249  rsync -var --password-file=/etc/rsync.pass ./tubiao
  250  rsync -var --password-file=/etc/rsync.pass /usr/local/jdk1.6.0_05
  265  rsync -var --password-file=/etc/rsync.pass /var/lib/mysql
 
 
 
阅读(625) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~