#!/bin/bash#thisscriptforstart|stoprsyncdaemonservice#date:2018/2/13status1=$(ps-ef|egrep"rsync--daemon.*rsyncd.conf"|grep-v‘grep‘)pidfile="/etc/rsync/rsyncd.pid"start_rsync="rsync--daemon--config=/et
分类:
其他好文 时间:
2018-05-06 12:23:51
阅读次数:
176
网上找了个完善的rysnc启停脚本:http://linux5588.blog.51cto.com/65280/779000 rsync源码: 疑问点:不清楚第二次执行后为什么明明看到了rsync --daemon执行,但是rsync就是没起来.是逻辑错误吗,想来很久没想清楚. ...
分类:
其他好文 时间:
2016-06-07 19:05:59
阅读次数:
159