Hi Ged,
just to let you know:
BackupPC::Storage::Text.pm needs a patch.
in sub ConfigFileMerge, the line reading
my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
should ...
Which one?
I'm not sure what you're asking... I thought giving the full line would be
better than indicating line numbers, as different versions will probably
differ in that regard.
But here's the diff on my system for file
/usr/share/BackupPC/lib/BackupPC/Storage/Text.pm that came with rpm package
BackupPC-4.4.0-5.fc35.x86_64:
$ diff Text.pm Text.pm.BAD
425,427c425
< # my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
< # see https://www.perlmonks.org/?node_id=11142844
< my $d = Data::Dumper->new([$newConf->{$var}]);
---
my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
I've tried to get in touch with Craig Barrat (the BackupPC author and
maintainer, afaik), but haven't succeded yet.
I think you have, now. :)
Are you saying that Craig is following the list? I'm not an active member
and just subscribed, specifically to be able to warn about the issue.
Thanks,
Iosif
_______________________________________________
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/