-
Notifications
You must be signed in to change notification settings - Fork 0
/
filesets.conf
63 lines (61 loc) · 1.55 KB
/
filesets.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
FileSet {
Name = "SolarisClientRoot"
Include {
Options {
signature = MD5
compression = GZIP
}
Options {
wildfile = "*.o"
wildfile = "*.exe"
wildfile = "core"
exclude = yes
}
File = "\\|sh -c \"/usr/bin/df -nF zfs | /usr/bin/nawk ' { print \$1 } ' | /usr/bin/egrep -v '\^/rpool|\^/export|\^/dev|\^/system|\^/proc|\^/etc/mnttab|\^/system/volatile|\^/tmp|\^/etc/dfs/sharetab|\^/var/tmp|\^/var/share/pkg|\^/var/share/sstore|\^/var/share/kvol' \" "
}
Exclude {
File = /var/run
File = /var/share/bacula/working
File = /var/share/bacula/spooling
File = /var/share/bacula/restore
File = /var/share/bacula/backup
}
}
FileSet {
Name = "WindowsClientRoot"
Include {
Options {
signature = MD5
compression = GZIP
}
Options {
#onefs = no
IgnoreCase = yes
exclude = yes
#
WildDir = "[A-Z]:/home/*/Winntpro*"
wildfile = "*.bin"
wildfile = "*.zip"
wildfile = "*.vhd"
wildfile = "*.iso"
# Not checked vv
WildDir = "[A-Z]:/Users/*"
# Temporary directories & files
WildDir = "[A-Z]:/Windows/Temp"
WildDir = "[A-Z]:/Temp"
WildDir = "[A-Z]:/var/tmp"
WildDir = "[A-Z]:/Windows/Internet Logs"
WildDir = "[A-Z]:/Windows/$Nt*Uninstall*"
# Recycle bins
WildDir = "[A-Z]:/Recycler"
WildDir = "[A-Z]:/$Recycle.Bin"
# Swap files
WildFile = "[A-Z]:/pagefile.sys"
WildFile = "[A-Z]:/hiberfil.sys"
}
File = "H:/"
}
Exclude {
File = C:/Windows
}
}