BackupPC-users

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

2011-08-12 17:15:19
Subject: Re: [BackupPC-users] Tar exited with error 512 () status
From: Joe Konecny <jkonecny AT rmtohio DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 12 Aug 2011 17:13:29 -0400
On 8/12/2011 4:31 PM, Bowie Bailey wrote:
> On 8/12/2011 2:55 PM, Joe Konecny wrote:
>> $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' =>  [
>> ''
>> ]
>> };
>>> I think that says to exclude nothing from a share named /mnt/usb (which 
>>> doesn't exist).
>>>
>> Well I'm confused.  I'm looking at the docs.  It shows...
>>
>>    $Conf{BackupFilesExclude} = '/temp';
>>
>> ...for an example.   So I assume I need...
>>
>>    $Conf{BackupFilesExclude} = '/mnt/usb';
>
> That might work, but you don't have:
>
> $Conf{BackupFilesExclude} = '/mnt/usb';
>
> You have:
>
> $Conf{BackupFilesExclude} = { '/mnt/usb' =>  [ '' ] };
>
> Which is completely different...
>

I know that now.  I just entered /mnt/usb based on what the docs
said.  I didn't know what the resulting config file actually looked
like.

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