10.04 rsync conf
發表於 : 2013-08-30 09:42:39
http://nwlinux.com/how-to-configure-and ... nc-server/
config
/etc/rsyncd.conf
start daemon
代碼: 選擇全部
sudo apt-get update
sudo apt-get install rsync
/etc/rsyncd.conf
代碼: 選擇全部
[www]
path = /var/www/
uid = root
gid = root
read only = yes
comment = www
代碼: 選擇全部
sudo /etc/init.d/rsync start