I've been using BackupPC V3 for 12 years now and have set up
V4 on a new install of Rocky linux 8.4. I'm running test
backups of a client via ssh and I'm getting partial backups
with the backup failing after a few seconds.
Here is some log output:
full backup started for directory /
Xfer PIDs are now 4218
This is the rsync child about to exec /usr/bin/rsync_bpc
rsync: [sender] opendir "/boot/grub2" failed: Permission denied (13)
rsync: [sender] opendir "/boot/loader/entries" failed: Permission denied (13)
rsync: [sender] opendir "/etc/audit" failed: Permission denied (13)
The config.pl and client.pl are based on the V3 versions.
Client command:
$Conf{RsyncClientCmd} = '$sshPath -l backuppc $host nice -n
19 /usr/bin/sudo $rsyncPath $argList+';
If I become backuppc on the client and then run "
/usr/bin/sudo /usr/bin/rsync -ax /root /data/tmp/ " the root
owned files are copied w/o problem.
--
Jim Kelly-Rand
j...@kjkelra.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/