Hey guys,
noticed a change to Lib.pm from v3.x in v4.x that is causing headaches.
ConfDir values appear to be swapped...
In Lib.pm:
if ( $useFHS ) {
$paths = {
useFHS => $useFHS,
TopDir => $topDir,
InstallDir => $installDir,
C
These two commands could give some clues:
"systemctl status backuppc.service" and "journalctl -xe"
However, I think, hardlinking of BackupPC is key here. You need to use
-H with rsync to preserve hardlinks, which BackupPC creates.
An option, which might help now and prevent another copying of th
Hi John,
sorry for my delay.
I have this configuration on my "failing" host:
# cat someserver.company.it.pl
$Conf{RsyncShareName} = [
'etc',
'home',
'mysql',
'apache',
'rpm',
'backup'
];
$Conf{XferMethod} = 'rsyncd';
$Conf{PingCmd} = '/bin/true';
$Conf{RsyncdPasswd} = 'xxx