Here fileset rules I just finished putting
together.  One is for W2K8 etc (NT kernel 6.x)
and the other is for WXP etc (NT kernel 5.x).

Registry backup files are excluded because the
in-place registry hives are guaranteed to be
consistent by the VSS "Registry Writer" service
(I have verfied this is true) per

http://msdn.microsoft.com/en-us/library/windows/desktop/aa384595(v=vs.85).aspx

To the extent a registry roll-back is needed,
successive generations of the entire system
image will IMO suffice.


At 06:04 PM 1/10/2012 +0000, Summers, James B. II wrote:
>
>Most excellent.  I am going to research the actual necessity of 
>the ost a little more.  This is great to know, since it could be 
>useful in the future to exclude some really large or unneeded 
>files.
>
>
>Thanks Again
>
>
>On Jan 10, 2012, at 11:42 AM, <starli...@binnacle.cx>
> wrote:
>
>> Found where it lives:
>> 
>> 
>HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToSn
>apshot
>> 
>> OutlookOAB   
>$UserProfile$\AppData\Local\Microsoft\Outlook\*.oab
>> OutlookOST   
>$UserProfile$\AppData\Local\Microsoft\Outlook\*.ost
>> RAC          %ProgramData%\Microsoft\RAC\*
>>             %ProgramData%\Microsoft\RAC\StateData\*
>>             %ProgramData%\Microsoft\RAC\PublishedData\*
>> WUA          %windir%\softwaredistribution\*.* /s
>> 
>> Additional rules in
>> 
>>   HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore tree.
>> 
>> Much detail at
>> 
>>   
>http://technet.microsoft.com/en-us/library/ee923636%28WS.10%29.a
>spx
>> 
>
>Jim Summers
>University of Oklahoma
>jsumm...@ou.edu
>
>
>
>
>----------------------------------------------------------------
>--------------
>Write once. Port to many.
>Get the SDK and tools to simplify cross-platform app 
>development. Create 
>new or port existing apps to sell to consumers worldwide. 
>Explore the 
>Intel AppUpSM program developer opportunity. 
>appdeveloper.intel.com/join
>http://p.sf.net/sfu/intel-appdev
>_______________________________________________
>Bacula-users mailing list
>Bacula-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bacula-users
FileSet {
  Name = "w2k8_set"
  Ignore FileSet Changes = yes
  Include {
    Options {
      noatime = yes
      signature = SHA1
      accurate = mcsugpin
      verify = pins1
    }
    File = C:/
  }
  Exclude {
    File = "C:/pagefile.sys"
    File = "C:/$Recycle.Bin"
    File = "C:/System Volume Information"
    File = "C:/Users/*/AppData/Local/Microsoft/Windows/Temporary Internet Files"
    File = "C:/Users/*/AppData/Local/Mozilla/Firefox/Profiles"
    File = "C:/Users/*/AppData/Local/Temp"
    File = "C:/Users/*/AppData/LocalLow/Sun/Java/Deployment/cache"
    File = "C:/Users/*/AppData/LocalLow/Sun/Java/Deployment/log"
    File = "C:/Users/*/AppData/Roaming/Macromedia/Flash Player/#SharedObjects"
    File = "C:/Users/*/AppData/Roaming/Macromedia/Flash 
Player/macromedia.com/support/flashplayer/sys"
    File = "C:/Windows/SoftwareDistribution"
    File = "C:/Windows/System32/config/RegBack"
    File = "C:/Windows/System32/wbem/Repository"
    File = "C:/Windows/Temp"
    File = "C:/Windows/winsxs/ManifestCache"
  }
}

FileSet {
  Name = "wxp_set"
  Ignore FileSet Changes = yes
  Include {
    Options {
      noatime = yes
      signature = SHA1
      accurate = mcsugpin
      verify = pins1
    }
    File = C:/
  }
  Exclude {
    File = "C:/pagefile.sys"
    File = "C:/Documents and Settings/*/Application Data/Macromedia/Flash 
Player/#SharedObjects"
    File = "C:/Documents and Settings/*/Application Data/Macromedia/Flash 
Player/macromedia.com/support/flashplayer/sys"
    File = "C:/Documents and Settings/*/Application 
Data/Sun/Java/Deployment/cache"
    File = "C:/Documents and Settings/*/Application 
Data/Sun/Java/Deployment/log"
    File = "C:/Documents and Settings/*/Local Settings/Application 
Data/Mozilla/Firefox/Profiles"
    File = "C:/Documents and Settings/*/Local Settings/Temp"
    File = "C:/Documents and Settings/*/Local Settings/Temporary Internet Files"
    File = "C:/RECYCLER"
    File = "C:/System Volume Information"
    File = "C:/WINDOWS/SoftwareDistribution"
    File = "C:/WINDOWS/System32/wbem/Repository"
    File = "C:/WINDOWS/Temp"
    File = "C:/WINDOWS/repair"
  }
}
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to