BackupPC-users

[BackupPC-users] BackupFilesExclude and BackupFilesOnly Not Working

2009-04-16 11:36:40
Subject: [BackupPC-users] BackupFilesExclude and BackupFilesOnly Not Working
From: John Aranibar <cholotron AT hotmail DOT com>
To: <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 16 Apr 2009 09:30:31 -0600
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. Check it out
------------------------------------------------------------------------------
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>