Hi, Can someone explain me if I forgot something here ?
I have an IPv6 only backuppc ( version 4.4.0-3) running on debian 11. In the log of the host I have this: --- 2023-02-08 18:44:15 no ping response from myHostname.example2023-02-08 18:44:15 can't ping myHostname.example (client = myHostname.example); exiting
---
myHostname.example has both A and AAAA records.
But backuppc has only IPv6.
In my config.pl, I have this:
---
$Conf{PingPath} = '/bin/echo';
$Conf{Ping6Path} = '/bin/ping6';
$Conf{NmbLookupCmd} = '';
$Conf{NmbLookupFindHostCmd} = '';
$Conf{PingCmd} = '$Ping6Path -c 1 $host';
---
Where am I wrong please?
--
Willy Manga
@ongolaboy
https://ongola.blogspot.com/
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/
