摘要: 1.设置ssh免密码登录,配置详解:http://blog.lizhigang.net/archives/249注:如果设置完用ssh登录还需密码则通过查看/var/log/secure的ssh登录日志,如果报错:Authentication refused: bad ownership or modes for directory,则是.ssh上层目录的权限没设置好,上层目录权限应需设置为:750或7002.设置cron每隔多久执行指令:rsync -avz –delete /home/sc/file root@192.168.8.122:/home/sc/file/ #这条仅同步本地sc/ 阅读全文
posted @ 2013-02-21 16:46 Samurail 阅读(767) 评论(0) 推荐(0)