vserver: Set an explicit exclude list for vhashify, based on the default one.
authorMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Tue, 16 Sep 2008 15:54:49 +0000 (17:54 +0200)
committerMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Tue, 16 Sep 2008 15:54:49 +0000 (17:54 +0200)
etc/vservers/.defaults/apps/vunify/exclude [new file with mode: 0644]

diff --git a/etc/vservers/.defaults/apps/vunify/exclude b/etc/vservers/.defaults/apps/vunify/exclude
new file mode 100644 (file)
index 0000000..bd5f6bf
--- /dev/null
@@ -0,0 +1,19 @@
+# Don't copy ssh keys when cloning
+~/etc/ssh/*key*
+# Dont' copy temp files when cloning (But do copy the dirs themselves)
+~/tmp/*
+~/var/tmp/*
+
+# Don't hashify these dirs
+/dev
+/etc
+/home
+/proc
+/mnt
+/root
+/selinux
+/sys
+/tmp
+/var
+/data
+/media