BackupPC-users

Re: [BackupPC-users] Next release

2009-04-01 10:53:46
Subject: Re: [BackupPC-users] Next release
From: "obj AT jltechinc DOT com" <obj AT jltechinc DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 01 Apr 2009 10:29:34 -0400
I am running version 3.2.0. can someone tell me why 
$Conf{BackupFilesExclude} is not working. It still backups up all Temp 
folders, and .mp3 files, etc. The backup method is SMB.

Below is a screenshot:

Include/Exclude
BackupFilesOnly 
<http://192.168.101.231/backuppc/index.cgi?action=view&type=docs#item__conf_backupfilesonly_>
 

 Override       
New Key:

BackupFilesExclude 
<http://192.168.101.231/backuppc/index.cgi?action=view&type=docs#item__conf_backupfilesexclude_>
 

 Override       
*       
        
        
        
        
        
        

New Key:


Below is entry from config.pl.

    $Conf{BackupFilesExclude} = {
      '*' => [
        '*History*',
        '~*.*',
        '*Temp*',
        '*Temporary Internet*',
        '*.mp3',
        '*Cache*'
      ]
    };

Thanks.

-obj

Paul Mantz said the following on 03/27/2009 02:44 PM:
> On Thu, Mar 26, 2009 at 8:01 PM, obj AT jltechinc DOT com <obj AT jltechinc 
> DOT com> wrote:
>   
>> Is it possible to get a CVS copy?
>> I tried: "cvs -z3.2
>> -d:pserver:anonymous AT backuppc.cvs.sourceforge DOT net:/cvsroot/backuppc co
>> BackupPC"
>>
>> ...but received the dreaded "__CONFIGURE_BIN_LIST__" error when I ran
>> the "./configure.pl"
>>
>> Thanks for a great product!
>>
>> -J
>>
>>     
>
> I've also started following the CVS repository on github.  You can
> find that at:
>
> http://github.com/pcmantz/backuppc-cvs/tree/master
>
> I would suggest that if you used git, that you clone backuppc-git,
> then clone that directory locally for a working copy to work on top
> of.  This way, your work will be on top of whatever is available in
> CVS.
>
> My own personal work is available at:
>
> http://github.com/pcmantz/backuppc/tree/master
>
> But I warn you, I rebase frequently to make sure that my development stays 
> sane.
>
>
> Adios,
>
>   

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