Bacula-users

Re: [Bacula-users] Exclude windows directories

2008-11-01 08:23:48
Subject: Re: [Bacula-users] Exclude windows directories
From: Thomas Mueller <thomas AT chaschperli DOT ch>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 1 Nov 2008 11:50:49 +0000 (UTC)
> 
> 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/"
>   }
> }
> 

maybe use wilddir instead of wildfile or change wildfile to

wildfile = "C:/Documents and Settings/AndyH/My Documents/Download/*"

so that it matches the whole path of the file.

- Thomas


-------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] Exclude windows directories, Thomas Mueller <=