10.04 rsync conf

Ubuntu
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

10.04 rsync conf

文章 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
回覆文章

回到「Ubuntu」