服务端 #!/bin/sh # chkconfig: # description: Saves and restores system entropy pool for \ #create by xiaohu # #This script is the Rsync service script . /etc/init.d/functions case "$1" in start) echo "rsync is starting" /usr/local/rsyncd/
Introduction This tutorial will take you through setting up an rsync daemon on your Linux server. You might want an rsync daemon if you have files that you want available so anyone (or just yourself) can download existing files or upload new files. T