BackupPC-users

Re: [BackupPC-users] BackupFilesExclude and BackupFilesOnly Not W orking

2009-04-16 12:47:46
Subject: Re: [BackupPC-users] BackupFilesExclude and BackupFilesOnly Not W orking
From: Bowie Bailey <Bowie_Bailey AT BUC DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 16 Apr 2009 12:39:53 -0400
John Aranibar wrote:
> Good Morning All
> 
> I have installed backuppc latest version on my ubuntu 7.10 Server.
> I am using it to backup WinXP workstations that are on a Win2003
> Small Bussines Server. 
> The problem is that it is backuping up the ws's entiry C Driver,
> ratter than a particular Directory. 
> $Conf{SmbShareName} = [
>   'C$'
> ];
> 
> Here is my workstation.pl (showing all)
> 
> #FILES TO BACKUP
> #---------------------------------------------------------
> $Conf{BackupFilesOnly} = {
>       'c' => ['/MS_OUTLOOK/*'],
>     };
> 
> #FILES TO EXCLUDE
> #---------------------------------------------------------
> $Conf{BackupFilesExclude} = {
>        'c' => ['/Program Files/*', '/WINDOWS/*'],
>        'c' => ['/Documents and Settings/*'],
>     };

Your share names are not matching up.  It should look like this:

    $Conf{BackupFilesOnly} = {
          'C$' => ['/MS_OUTLOOK/*'],
        };

-- 
Bowie

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
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>
  • Re: [BackupPC-users] BackupFilesExclude and BackupFilesOnly Not W orking, Bowie Bailey <=