BackupPC-users

Re: [BackupPC-users] IPv6 support

2012-02-19 05:53:20
Subject: Re: [BackupPC-users] IPv6 support
From: Till Hofmann <hofmanntill AT googlemail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Sun, 19 Feb 2012 11:51:16 +0100


On Sun, Feb 19, 2012 at 8:35 AM, boospy <backuppc-forum AT backupcentral DOT com> wrote:
Hi,

The solution is easy. You have to disable the pingcheck. For this edit "config.pl", and search for
$Conf{PingCmd}
Then replace
$Conf{PingCmd} = '$pingPath -c 1 -w 3 $host';
with
$Conf{PingCmd} = '';
Ready!
Backuppc is now compatible  with ipv6.


You don't have to disable the ping check. Just change $pingPath to  /bin/ping6 (or wherever your ping6 is). The syntax of ping6 is the same as ping, so it should work without any flaws.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>