linux/sunos 利用 rsync 备份至群晖nas - 小白的记事本

小白写过的小教程

linux/sunos 利用 rsync 备份至群晖nas

centos7:

yum -y install rsync
vim /etc/rsyncd.conf

uid = root
gid = root
use chroot = no
max connections = 4

systemctl restart rsyncd.service

centos6:

yum -y install rsync
vim /etc/rsyncd.conf

uid = root
gid = root
use chroot = no
max connections = 4

service xinetd restart
或
/usr/bin/rsync --daemon

sunos:

pkgadd -d rsync-3.1.0\,REV\=2013.10.07-SunOS5.10-sparc-CSW.pkg

/opt/csw/bin/rsync --daemon

分享