代碼: 選擇全部
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
代碼: 選擇全部
sudo apt-get update
sudo apt-get install rsync
代碼: 選擇全部
[www]
path = /var/www/
uid = root
gid = root
read only = yes
comment = www
代碼: 選擇全部
sudo /etc/init.d/rsync start