Bacula-users

Re: [Bacula-users] fileset question

2009-05-15 10:52:15
Subject: Re: [Bacula-users] fileset question
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 15 May 2009 15:48:53 +0100
>>>>> On Thu, 14 May 2009 17:24:19 -0400, Jeff Dickens said:
> 
> Maybe if I had the answers to those questions I would understand why 
> this fileset is totally non-functional.  It backs up just the top level 
> directories under "Documents and Settings".
> 
> FileSet {
>         Name = "XP_WS4"
>         Include {
>                 Options {
>                         exclude = yes
>                         RegEx = ".*\.lnk"
>                         RegEx = ".*\.mp3"
>                         RegEx = ".*\.wma"
>                 }
>                 Options {
>                         signature = MD5
>                         compression=GZIP
>                         WildDir  = "C:/Documents and Settings/*/Application 
> Data/Thunderbird"
>                         WildDir  = "C:/Documents and Settings/*/Application 
> Data/Thunderbird/*"
>                         RegExDir = "C:/Documents and Settings/[^/]+$"
>                 }
>                 Options {
>                         exclude = yes
>                         Wild = "C:/Documents and Settings/*"
>                 }
>                 File = "C:/Documents and Settings"
>         }
> }

It is because you didn't tell it to back up

C:/Documents and Settings/*/Application Data

__Martin

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
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>