Windows All Drives.conf 362 B

1234567891011121314151617
  1. FileSet {
  2. Name = "Windows All Drives"
  3. Enable VSS = yes
  4. Include {
  5. Options {
  6. Signature = MD5
  7. Drive Type = fixed
  8. IgnoreCase = yes
  9. WildFile = "[A-Z]:/pagefile.sys"
  10. WildDir = "[A-Z]:/RECYCLER"
  11. WildDir = "[A-Z]:/$RECYCLE.BIN"
  12. WildDir = "[A-Z]:/System Volume Information"
  13. Exclude = yes
  14. }
  15. File = /
  16. }
  17. }