| 1234567891011121314151617 |
- FileSet {
- Name = "Windows All Drives"
- Enable VSS = yes
- Include {
- Options {
- Signature = MD5
- Drive Type = fixed
- IgnoreCase = yes
- WildFile = "[A-Z]:/pagefile.sys"
- WildDir = "[A-Z]:/RECYCLER"
- WildDir = "[A-Z]:/$RECYCLE.BIN"
- WildDir = "[A-Z]:/System Volume Information"
- Exclude = yes
- }
- File = /
- }
- }
|