diff options
Diffstat (limited to 'etc/live-snapshot.exclude_list')
| -rw-r--r-- | etc/live-snapshot.exclude_list | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/live-snapshot.exclude_list b/etc/live-snapshot.exclude_list new file mode 100644 index 0000000..82972e3 --- /dev/null +++ b/etc/live-snapshot.exclude_list @@ -0,0 +1,17 @@ +# /etc/live-snapshot.exclude_list example +# +# If this file is present in the proper path, each uncommented not empty line +# will be excluded in the target snapshot when live-snapshot is run. +# +# The syntax for the line is just a full file or directory pathname. + +# Each line is treated like a plain match string for "grep -F -v", +# so be careful: e.g. "/tmp" will exclude also "/var/tmp" ! + +# Exclude some standard temporary paths +/tmp +/var/log +/var/cache + +# Firefox profiles are not always useful to remember +/root/.mozilla |
