网站迁移之同步目录

665阅读 0评论2009-02-19 stone5
分类:LINUX

 
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
 
 
 
上一篇:网站迁移之flex_apache_module
下一篇:设置apache运行环境变量