[BackupPC-users] Inconsistent data in BackupPC

2012-02-19 Thread Dan Johansson
During my tests with BackupPC_tarCreate I noticed that some files could not be correctly restored from BackupPC. (Shrug!). Running "BackupPC_tarCreate -h host1 -n 887 -s /usr . | tar xf -" I get the following Error: Error: padding /var/lib/backuppc/pc/host1/887/f%2fusr/fshare/fwebapps/fgallery

Re: [BackupPC-users] Automatic redirected restore

2012-02-19 Thread Dan Johansson
On Saturday 18 February 2012 11.08:23 Les Mikesell wrote: > On Sat, Feb 18, 2012 at 10:53 AM, Dan Johansson wrote: > > > Use the BackupPC_tarCreate command line program and pipe it directly > > > to a 'tar -xf -' to extract instead of saving the output in a file. > > > Insert> > > ssh > > > > >

Re: [BackupPC-users] IPv6 support

2012-02-19 Thread Till Hofmann
On Sun, Feb 19, 2012 at 8:35 AM, boospy 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 co