檢視 rsync server的設定檔/etc/rsyncd.conf
port = 873
[Rsync]
path = /srv/dev-disk-by-label-data/./Rsync
uid = root
gid = users
list = yes
read only = no
write only = no
use chroot = yes
hosts allow = 172.16.10.9
hosts deny = *
lock file = /var/lock/rsyncd-Rsync
rsync -avP 本地資料 root@172.16.10.12::Rsync