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.

 

Here is my config.pl (I am only showing what i changed)

 

$Conf{SmbShareUserName} = 'administrator';
$Conf{SmbSharePasswd} = 'mypass';
$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/*'],
    };

$Conf{SmbShareUserName} = 'score//administrator';
$Conf{SmbSharePasswd} = 'mypass';
$Conf{XferMethod} = 'smb';

 

I need to know what I am doing wrong.

 

Thank you,

 

Bre-x

_________________________________________________________________
Create a cool, new character for your Windows Liveā„¢ Messenger.
http://go.microsoft.com/?linkid=9656621
------------------------------------------------------------------------------
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