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@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to