About this auth failure, there are the following possible situations: 1, Password input error: Please reconfirm your login user's password is correct 2, secrets file format error:Secrets file format is upload:123456The upload user's rsync password is 123456 3, the configuration file is wrong: one of the most pit dad, look at his module configuration below auth users, secrets file has not been written wrong 4, Secrets file permissions Problem Server secrets The file permission must be 600, you can use the chmod 600/home/user/test/rsync/etc/test.pass 5, the secrets file owner and the Rsync Runtime Server rsync Service is the user running, You must ensure that the secrets file owner must be the same hypothetical root to run rsync--daemon, then the owner of secrets file must also be root 6, if the--password-file= File way with password to ensure that the client password file format is correct, and the service side of the password file, the client does not add the user name, that is, directly 123456 7, you can try to use the local presence of the user name as Auth users this is seen on the internet, have not practiced, but if there is no way, Try it, the password should not be the same as the local user's system password on the line. -----------------------------finally if it is not clear what is the problem, you can try to find out from the following ideas: 1, in the rsync module configuration file, the strict modes set to No, disable the file Mode Test 2, SSH, Telnet to the Rsync server to view the rsync logs on the servers, which is usually more than the client's information
Possible causes of the rsync sync Times "Auth failed on module" error