rsync
aptitude install rsync
/etc/default/rsync 修正
  #RSYNC_ENABLE=false
  RSYNC_ENABLE=true
/etc/rsyncd.conf 修正
/etc/inetd.conf 修正
 rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon
inetd再起動
/etc/init.d/inetd restart
rsync起動は不要(接続の度に読み込まれるため)