vserver: Create clone-exclude for files not be copied on cloning.
[matthijs/servers/tika.git] / etc / vservers / clone-exclude
diff --git a/etc/vservers/clone-exclude b/etc/vservers/clone-exclude
new file mode 100644 (file)
index 0000000..9e796c0
--- /dev/null
@@ -0,0 +1,7 @@
+# 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 copy any spool files (but again, do copy the dirs)
+/var/spool/*/*