BackupPC-users

Re: [BackupPC-users] Tar exited with error 512 () status

2011-08-12 14:38:23
Subject: Re: [BackupPC-users] Tar exited with error 512 () status
From: Joe Konecny <jkonecny AT rmtohio DOT com>
To: Les Mikesell <lesmikesell AT gmail DOT com>
Date: Fri, 12 Aug 2011 14:36:52 -0400
On 8/12/2011 2:31 PM, Les Mikesell wrote:
> Posting the BackupFilesExclude setting for the host in question would be a 
> good starting point... The usual place to go
> wrong is not having the share name or '*' on the left side of the '=>'.
>

$Conf{TarClientPath} = '/usr/local/bin/tar';
$Conf{TarShareName} = [
   '/'
];
$Conf{XferMethod} = 'tar';
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C $tarPath -c 
-v -f - -C $shareName+ --totals';
$Conf{EMailAdminUserName} = 'xxxxx';
$Conf{EMailUserDestDomain} = 'xxxxx';
$Conf{BackupFilesExclude} = {
   '/mnt/usb' => [
     ''
   ]
};
$Conf{XferLogLevel} = '2';
$Conf{EMailFromUserName} = 'xxxxxx';


------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
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/