On Tue, Apr 16, 2024 at 2:12 AM John Cusick <jcus...@gmail.com> wrote: > > I would have thought that the "sudo /usr/bin/rsync" would give the rsync > executable root level access but I guess not. Something has appeared to have > changed from 6 years ago and I'm not sure what it is. > > (again, the sudoers file reads: "backuppc ALL= NOPASSWD:/usr/bin/rsync" )
When you are running rsync as a daemon, the permissions are entirely controlled by the startup options and config file and the authorized user setup has nothing to do with local users or sudoers. The daemon needs to run as root to access most files and even then Selinux can prevent access. Try disabling Selinux to see if that allows access. -- Les Mikesell lesmikes...@gmail.com _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/