Rsync Error: Operation not permitted [How to Solve]

1. The problem is reported: Operation not permitted.

Solution:

Add a parameter in the configuration file,

fake super = yes
#Or change the running user to root
uid = root
gid = root

2. The problem is reported:

[root@nfs01 ~]# rsync -av -P /data/ rsync_password@ 10.0 . 0.41 ::data
Password: 
@ERROR: auth failed on module data
rsync error: error starting client -server protocol (code 5 ) at main.c( 1648 ) [sender= 3.1 . 2 ]

Solution: change the password file permissions

[root@backup ~]# chmod  600 /etc/rsync.password

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *