关于rsync报错的问题

现在这里总结一下,rsync报错常见的有2个原因:

1、密码文件权限没有改为600

2、server上密码文件为myuser:mypass,client端为mypass即可

3、关于共享路径,不要设错。

时间: 2024-10-12 21:31:35

关于rsync报错的问题的相关文章

rsync报错rsync: failed to set times on "." (in backup): Permission denied (13)

实际运用rsync练习中遇到rsync报错信息如: rsync: failed to set times on "." (in backup): Permission denied (13)rsync: recv_generator: failed to stat "ccc" (in backup): Permission denied (13) 翻译可知:更新.文件的时间失败:原因是权限不够. 此问题为权限问题,在文件权限无误: 参考文献,克制此处为selinux

rsync报错@ERROR: auth failed on module XX

在手动输入/etc/rsync.conf配置文件,rsync --daemon启动后,同步数据发现如下问题: [[email protected] ~]# rsync -avz /tmp/ [email protected]::backup/ --password-file=/etc/rsync.password @ERROR: auth failed on module backup rsync error: error starting client-server protocol (cod

rsync报错

错误一: [[email protected] opt]# rsync -avz [email protected]::wwwroot /opt @ERROR: access denied to wwwroot from unknown (192.168.7.129) rsync error: error starting client-server protocol (code 5) at main.c(1516) [Receiver=3.0.9] 解决办法检查同步源rsync的配置文件hos

双台服务器rsync同步报错(code 5) at main.c(1503) [sender=3.0.6]

环境:某某项目的代码机器70配置有双网卡:232.182.23.70(联通)61.10.45.70(电信) 另一台代码机器是沧州联通的代码机器102,配置单网卡:121.15.1.102(联通) rsync服务端服务器121.15.1.102上的配置文件rsyncd.conf 一开始/etc/rsyncd.conf 里面配置的允许ip:为61.10.45.70 [[email protected] tmp]# cat /etc/rsyncd.conf ##rsyncd.conf start##

记一次rsync日志报错directory has vanished

中午两点的时候邮件告知rsync同部svn源库失败,看rsync日志报错显示如上,当时还在上课,没在公司,怀疑是不是有人动了svn的版本库,后来询问同事并通过vpn登录服务器上查看版本库是正常的,也没有同事反应svn有问题,后来看邮件通知都是正常的,后来查资料说是在同步的过程中,正好有人执行了删除文件的操作,要不要这么巧,不知道是不是这个原因,有知道的小伙伴请联系我:528634141,资料显示如下: Can you ensure, that there is no traffic on the

Rsync同步报错【ERROR: Unknown module】

一,环境描述: 192.168.1.10  rsyncd服务端 192.168.1.2,192.168.1.3 rsyncd客户端 二,配置: 192.168.1.10 服务端配置: 1,rsyncd.conf 配置: [[email protected] ~]# cat /etc/rsyncd.conf # write by Chris on 20140915 # rsync服务端配置文件 uid = www gid = www use chroot = no max connections

rsync同步遇到的报错和解决办法

在同步的客户端操作: [[email protected] dbbackup]# /usr/bin/rsync  -avzP  --password-file=/tmp/passwd.txt  [email protected]::dbdata /data/backup/61.160.245.70/dbbackup rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data

rsync 守护进程备份报错

[[email protected] backup]# rsync -avz  /backup [email protected]::backupPassword: @ERROR: auth failed on module backuprsync error: error starting client-server protocol (code 5) at main.c(1648) [sender=3.1.2] 1. 输入密码后报错 首先检查密码文件中的密码是否正确 [[email prot

Rsync上传报错的问题

使用过程中遇到上传报以下错误: @ERROR: chdir failed rsync error: error starting client-server protocol (code 5) at main.c(1648) [sender=3.1.2] 搜索解决方案时没有此问题的解决办法,后来查看server端laog,发现有报错如下: rsync: chdir /cygdrive/D/***(此处为目录名)  failed 最后发现是文件夹的写入权限不够. 处理rsync上传报错问题,除了查