您的位置:首页 > 其它

rsync同步工作记录20130916

2013-09-16 17:52 162 查看
服务器端:
yum -y install nfs* rpcbind
vi /etc/exports

/home/willserver 192.168.1.100(rw,sync,no_root_squash)

service rpcbind restart

service nfs restart
setenforce 0

客户端:
mkdir /mnt/testclient
yum -y install nfs*

mount -t nfs 192.168.1.100:/home/testserver /mnt/testclient/

本文出自 “工作Blog” 博客,请务必保留此出处http://hellowei.blog.51cto.com/4814430/1579062
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: