Bacula-users

Re: [Bacula-users] FileSets

2008-07-28 11:13:06
Subject: Re: [Bacula-users] FileSets
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "Adrian Moisey" <adrian AT careerjunction.co DOT za>, bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Mon, 28 Jul 2008 11:12:31 -0400
> How can i do it without it throwing errors?
>
You then need to have a different fileset for each client. I do more
or less that for most of my windows clients. Here is 1 eample

FileSet {
 Name = "radimgws8-full"
 Enable VSS = yes
 Include {
  Options {
   signature = MD5
   Exclude = yes
   IgnoreCase = yes

@/etc/bacula/include/bacula-dir-filesets-win.standard-excludes.conf

  }

  File = "C:/"
  File = "D:/"
 }
}


And the included file is:

 # cat /etc/bacula/include/bacula-dir-filesets-win.standard-excludes.conf
   # Exclude Mozilla-based programs' file caches
   WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/Cache"
   WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/Cache.Trash"
   WildDir = "[A-Z]:/Documents and Settings/*/Application
Data/*/Profiles/*/*/ImapMail"

   # Exclude user's registry files - they're always in use anyway.
   WildFile = "[A-Z]:/Documents and Settings/*/Local
Settings/Application Data/Microsoft/Windows/usrclass.*"
   WildFile = "[A-Z]:/Documents and Settings/*/ntuser.*"

   # Exclude directories full of lots and lots of useless little files
   WildDir = "[A-Z]:/Documents and Settings/*/Cookies"
   WildDir = "[A-Z]:/Documents and Settings/*/Recent"
   WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/History"
   WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/Temp"
   WildDir = "[A-Z]:/Documents and Settings/*/Local Settings/Temporary
Internet Files"

   # These are always open and unable to be backed up
   WildFile = "[A-Z]:/Documents and Settings/All Users/Application
Data/Microsoft/Network/Downloader/qmgr[01].dat"

   # Some random bits of Windows we want to ignore
   WildFile = "[A-Z]:/*/security/logs/scepol.log"
   WildDir = "[A-Z]:/*/system32/config"
   WildDir = "[A-Z]:/*/msdownld.tmp"
   WildDir = "[A-Z]:/*/Internet Logs"
   WildDir = "[A-Z]:/*/$Nt*Uninstall*"
   WildDir = "[A-Z]:/*/sysvol"
   WildFile = "[A-Z]:/*/cluster/CLUSDB"
   WildFile = "[A-Z]:/*/cluster/CLUSDB.LOG"
   WildFile = "[A-Z]:/*/NTDS/edb.log"
   WildFile = "[A-Z]:/*/NTDS/ntds.dit"
   WildFile = "[A-Z]:/*/NTDS/temp.edb"
   WildFile = "[A-Z]:/*/ntfrs/jet/log/edb.log"
   WildFile = "[A-Z]:/*/ntfrs/jet/ntfrs.jdb"
   WildFile = "[A-Z]:/*/ntfrs/jet/temp/tmp.edb"
   WildFile = "[A-Z]:/*/system32/CPL.CFG"
   WildFile = "[A-Z]:/*/system32/dhcp/dhcp.mdb"
   WildFile = "[A-Z]:/*/system32/dhcp/j50.log"
   WildFile = "[A-Z]:/*/system32/dhcp/tmp.edb"
   WildFile = "[A-Z]:/*/system32/LServer/edb.log"
   WildFile = "[A-Z]:/*/system32/LServer/TLSLic.edb"
   WildFile = "[A-Z]:/*/system32/LServer/tmp.edb"
   WildFile = "[A-Z]:/*/system32/wins/j50.log"
   WildFile = "[A-Z]:/*/system32/wins/wins.mdb"
   WildFile = "[A-Z]:/*/system32/wins/winstmp.mdb"
   WildFile = "[A-Z]:/*/system32/dllcache"

   # Temporary directories & files
   WildDir = "[A-Z]:/*/Temp"
   WildDir = "[A-Z]:/temp"
   WildFile = "*.tmp"
   WildDir = "[A-Z]:/tmp"
   WildDir = "[A-Z]:/var/tmp"

   # Recycle bins
   WildDir = "[A-Z]:/RECYCLER"

   # Swap files
   WildFile = "[A-Z]:/pagefile.sys"
   WildFile = "[A-Z]:/hiberfil.sys"

   # System Restore Files
   WildDir = "[A-Z]:/System Volume Information/*"

   # These are programs and are easier to reinstall than restore from
   # backup
   WildDir = "[A-Z]:/Program Files/*"
   WildDir = "[A-Z]:/PF/*"


John

-------------------------------------------------------------------------
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>