标签: rsync

3 篇文章

thumbnail
Linux中查看rsync服务是否启动
查看 rsync 服务是否启动有两种方法 // 第一种 ps -ef | grep rsync root 1483 1 0 14:11 ? 00:00:00 /usr/bin/rsync --daemon root 1487 1304 0 14:12 pts/0 00:00:00 grep --color=auto rsync // 第二种 netstat…
thumbnail
rsync返回值
rsync 常用的错误代码: 0      Success 1      Syntax or usage error 2      Protocol incompatibility 3      Errors selecting input/output files, dirs 4      Requested action not supporte…