1 頁 (共 1 頁)

10.04 rsync conf

發表於 : 2013-08-30 09:42:39
yehlu
http://nwlinux.com/how-to-configure-and ... nc-server/

代碼: 選擇全部

sudo apt-get update
sudo apt-get install rsync
config
/etc/rsyncd.conf

代碼: 選擇全部

[www]
path = /var/www/
uid = root
gid = root
read only = yes
comment = www
start daemon

代碼: 選擇全部

sudo /etc/init.d/rsync start