http://www.infoscience.co.jp/technical/rsync/ サーバ/クライアント共通 $ tar zxf rsync-2.5.0.tar.gz $ cd rsync-2.5.0 $ ./configure $ make $ su # make install インストールしなくても実行可能
サーバ側 192.168.1.1 (inetd から rsync を起動) /etc/services に追加
| rsync 873/tcp | 
| rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --deamon | 
| 
[ftp]   …(1)
    path = /home/ftp
    comment = ftp export area
[cdrom]
    path = /cdrom
    comment = cdrom
 |