免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3054 | 回复: 2
打印 上一主题 下一主题

[求助]rsync问题 已解决 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-09-24 16:21 |只看该作者 |倒序浏览
rsyncd.conf

  1. # rsyncd.conf - Example file, see rsyncd.conf(5)
  2. #

  3. # Set this if you want to stop rsync daemon with rc.d scripts
  4. pid file = /var/run/rsyncd.pid

  5. # Edit this file before running rsync daemon!!

  6. #uid = nobody
  7. #gid = nobody
  8. #use chroot = no
  9. #max connections = 4
  10. #syslog facility = local5

  11. #[ftp]
  12. #       path = /var/ftp/pub
  13. #       comment = whole ftp area (approx 6.1 GB)

  14. #[sambaftp]
  15. #       path = /var/ftp/pub/samba
  16. #       comment = Samba ftp area (approx 300 MB)

  17. #[rsyncftp]
  18. #       path = /var/ftp/pub/rsync
  19. #       comment = rsync ftp area (approx 6 MB)

  20. #[sambawww]
  21. #       path = /public_html/samba
  22. #       comment = Samba WWW pages (approx 240 MB)

  23. #[cvs]
  24. #       path = /data/cvs
  25. #       comment = CVS repository (requires authentication)
  26. #       auth users = tridge, susan
  27. #       secrets file = /usr/local/etc/rsyncd.secrets

  28. [mysql]
  29.        path = /home2/back/efast
  30.        comment = MysqlData
  31.        secrets file = /usr/local/etc/rsyncd.secrets
复制代码


使用
  1. #/usr/local/bin/rsync -vazu --progress --delete data@192.168.0.2::mysql /home2/datatmp --password-file=/usr/local/etc/rsyncd.secrets
复制代码

进行备份的时候出现


  1. receiving file list ...
  2. rsync: link_stat "/." (in mysql) failed: Permission denied (13)
  3. 0 files to consider

  4. sent 4 bytes  received 17 bytes  42.00 bytes/sec
  5. total size is 0  speedup is 0.00
  6. rsync error: some files could not be transferred (code 23) at main.c(1298) [receiver]
复制代码


各位大大帮忙看看

已经解决
http://bbs.zg-net.net/read.php?tid=890

[ 本帖最后由 mao1001 于 2006-9-25 10:57 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-09-25 01:31 |只看该作者
自己顶上去

论坛徽章:
0
3 [报告]
发表于 2006-09-25 11:10 |只看该作者
很明显,权限问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP