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
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
> >
> > >
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