Good afternoon

I have a setup of Bacula on a Linux Director.  This backs up several 
Linux servers, a handful of Windows servers and some desktops.

I am having problems excluding directories from a backup of a client.

For example: I back up a windows box with the below fileset:

FileSet {
  Name = "AndyhSet"
  Include {
    Options {
        Exclude = yes
        wildfile = "C:/Documents and Settings/AndyH/My Documents/Download"
        }
     File = "c:/Documents and Settings/AndyH"
     File = "c:/bacula/bin/"
  }
}

I basically want to backup c:/Documents and Settings/AndyH  except for 
the Download directory.  I have looked over the internet and tried 
several different FileSet resources but cannot get this to work properly.

Is anybody able to assist?

Luke




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to