Feed on
Posts
Comments

[CentOS 4.4] 架設 rsync 伺服器

安裝方式:

先檢查是否有安裝rsync

yum list installed | grep rsync
rsync.x86_64 2.6.3-1 installed

vi /etc/xinetd.d/rsync

service rsync
{
[...]

Read Full Post »