2009/11/30 Shawn <sh...@artemide.us>
>
> Hello everyone,
>
>     It's been a long time since I've posted here, I originally gave out a 
> hashed up version of a Vista/Windows Server 2008 file set that was being most 
> optimal, however, I'm recognizing late that the "C:\Users\username\AppData" 
> folder isn't exactly being backed up...
>
>     I'm considering manually adding it to see what happens, but I'm curious 
> if someone knows a general reason why this is so.  I'm not sure if it's the 
> WildDir exclude specifier at fault, or a problem with my include WildDir 
> specifiers.
>
> The old file set is as follows:
>
>
> FileSet {
>   Name = "solarset"
>   Ignore FileSet Changes = yes
>   Include {
>     Options {    # exclude
>       exclude = yes
>       Ignore Case = yes
>       WildFile = "*.tmp"
>       Wild = "[A-Z]:/pagefile.sys"
>       wilddir = "[A-Z]:/Boot"
>       wilddir = "[A-Z]:/Temp"
>       wilddir = "[A-Z]:/Windows/Temp*"
>       wilddir = "*Temporary Internet Files*"
>       WildDir = "[A-Z]:/Users/*/AppData/*/Mozilla/Firefox/Profiles/*/Cache"
>       WildDir = 
> "[A-Z]:/Users/*/AppData/*/Mozilla/Firefox/Profiles/*/*/Cache.Trash"
>       WildDir = "[A-Z]:/$Recycle.Bin"
>       WildDir = "[A-Z]:/Documents and Settings"
>       WildDir = "[A-Z]:/CPQSYSTEM"
>       WildDir = "[A-Z]:/compaq"
>       WildDir = "[A-Z]:/Brother-MFC-7820N"
>       WildDir = "[A-Z]:/HP"
>       WildDir = "[A-Z]:/HP PCL5 Universal Print Driver"
>       WildDir = "[A-Z]:/drivers"
>       WildDir = "[A-Z]:/p21_updates"
>       WildDir = "[A-Z]:/Windows"
>       Wild = "[A-Z]:/Users/*/AppData/Local/Mozilla/Firefox/*"
>       Wild = "[A-Z]:/Users/*/AppData/*/Microsoft/*"
>       Wild = "[A-Z]:/Users/*/AppData/*"
>       WildDir = "[A-Z]:/Users/*/Documents/My Music"
>       WildDir = "[A-Z]:/Users/*/Documents/My Videos"
>       WildDir = "[A-Z]:/Users/*/Documents/My Pictures"
>       Wild = "[A-Z]:/Users/*/Documents/My Music/*"
>       Wild = "[A-Z]:/Users/*/Documents/My Videos/*"
>       Wild = "[A-Z]:/Users/*/Documents/My Pictures/*"
>       WildDir = "[A-Z]:/ProgramData/Application Data"
>       WildDir = "[A-Z]:/ProgramData/Desktop"
>       WildDir = "[A-Z]:/ProgramData/Documents"
>       WildDir = "[A-Z]:/ProgramData/Favorites"
>       WildDir = "[A-Z]:/ProgramData/Start Menu"
>       WildDir = "[A-Z]:/ProgramData/Templates"
>       WildDir = "[A-Z]:/Users/*/Application Data"
>       WildDir = "[A-Z]:/Users/*/Cookies"
>       WildDir = "[A-Z]:/Users/*/Local Settings"
>       WildDir = "[A-Z]:/Users/*/My Documents"
>       WildDir = "[A-Z]:/Users/*/NetHood"
>       WildDir = "[A-Z]:/Users/*/PrintHood"
>       WildDir = "[A-Z]:/Users/*/Recent"
>       WildDir = "[A-Z]:/Users/*/SendTo"
>       WildDir = "[A-Z]:/Users/*/Start Menu"
>       WildDir = "[A-Z]:/Users/*/Templates"
>       WildDir = "[A-Z]:/Users/Default User"
>       Wild = "[A-Z]:/Users/*/NTUSER.DAT*"
>       WildDir = "[A-Z]:/Users/All Users"
>     }
>     Options {   # include
>       Ignore Case = yes
>       signature = SHA1
>       compression = GZIP
>       noatime = yes
>       onefs = yes
>       ignore case = yes
>       WildDir = "[A-Z]:/Users/*/AppData/*/Mozilla/Firefox/Profiles/"
>       Wild = "[A-Z]:/Users/*/AppData/*/Mozilla/Firefox/Profiles/*"
>         WildDir = "[A-Z]:/Users/*/AppData/*/Identities"
>         WildDir = "[A-Z]:/Users/*/AppData/*/Mozilla"
>         WildDir = "[A-Z]:/Users/*/AppData/*/Thunderbird"
>         WildDir = "[A-Z]:/Users/*/AppData/*/Microsoft"
>         WildDir = "[A-Z]:/Users/*/AppData/*/Application Data"
>         WildDir = "[A-Z]:/Users/*/Documents"
>         WildDir = "[A-Z]:/Users/*/Desktop"
>         WildDir = "[A-Z]:/Users/*/Favorites"
>         Wild = "[A-Z]:/Users/*/AppData/*/Identities/*"
>         Wild = "[A-Z]:/Users/*/AppData/*/Mozilla/*"
>         Wild = "[A-Z]:/Users/*/AppData/*/Thunderbird/*"
>         WildDir = "[A-Z]:/Users"
>         Wild = "[A-Z]:/Users/*"
>         WildDir = "[A-Z]:/Users/*/Documents"
>         WildDir = "[A-Z]:/Users"
>         WildDir = "[A-Z]:/Users/*"
>         Wild = "[A-Z]:/Users/*/Documents/*"
>         Wild = "[A-Z]:/Users/*"
>         Wild = "[A-Z]:/Users/*/*"
>       }
>     File = c:/
>   }
> }
>

One thing to note is that you already have that in your include and
exclude sections.

John

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to