Debian/Ubuntu安装配置Rsync服务 安装 使用apt install rsync命令一键安装rsync 配置 创建/etc/rsyncd.conf配置文件,内容如下: uid = nobody gid = nobody use chroot = yes max connections = 4 pid file Linux Rsync配置 2021-08-13 One minute to read