-
Notifications
You must be signed in to change notification settings - Fork 0
/
apppot-snap.exclude
45 lines (45 loc) · 1.13 KB
/
apppot-snap.exclude
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
# apppot-snap.exclude
#
# List here glob patterns of files to exclude from a AppPot snapshot.
# For a file to be excluded, a pattern must match its name from the
# start up to (and excluding) a '/' character. File names are not
# normalized, instead they should match exactly as 'tar' sees them,
# therefore use a leading './' because 'tar' is asked to archive
# directory '.' in the system root directory.
#
# *Note:* The AppPot scripts are excluded, because they are both running
# when the merge operation happens at boot time: changing the text in
# a script while the shell is executing it is an almost sure recipe for
# getting syntax errors.
#
./dev
./etc/fstab
./etc/mtab
./etc/network/run/ifstate
./home/user/.aptitude/cache
./home/user/.bash_history
./home/user/.lesshst
./home/user/job
./lib/init/rw
./mnt
./proc
./selinux
./sbin/apppot-init
./sys
./tmp
./usr/bin/apppot-snap
./var/cache/apt
./var/cache/ldconfig
./var/cache/man
./var/lib/apppot
./var/lib/apt/lists/partial
./var/lib/apt/mirrors/partial
./var/lib/urandom/random-seed
./var/lock
./var/log
./var/mail
./var/run
./var/spool/cron
./var/spool/mail
./var/spool/postfix
./var/tmp