Thank you for the heads-up. This may have been what happened to me a
few weeks ago (on Fedora 35), when I was modifying the ping parameters
to ensure ping used IPv4. However, I would like to hear back from
others, too, before making the code change.
Norm
On 2022-04-09 03:00, Iosif Fettich wrote:
Hi BackupPC list members,
just to let you know:
BackupPC::Storage::Text.pm needs a patch.
To be more exact, within sub ConfigFileMerge, the line reading
my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
should become
my $d = Data::Dumper->new([$newConf->{$var}]);
(just omit tle ast argument in the call).
That's a timebomb sitting there, as the existent code works fine only
as long as the installed Data::Dumper on the system is somewhat older,
(probably) having version below 2.182_51.
(See a somewhat more detailed discussion about it at
https://www.perlmonks.org/?node_id=11142844.)
Without the patch, as soon as Data::Dumper will be upgraded/refreshed,
any further attempt to edit BackupPC config variables will ruin any
config.pl files touched within /etc/BackupPC.
Happend to me on an up-to-date Fedora 35 system.
I've tried to get in touch with Craig Barrat (the BackupPC author and
maintainer, afaik), but haven't succeded yet.
Thanks,
Iosif Fettich
_______________________________________________
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/
_______________________________________________
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/