vserver: Don't copy any spool files when cloning.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:27:36 +0000 (18:27 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 5 May 2009 16:27:36 +0000 (18:27 +0200)
etc/vservers/clone-exclude

index 4d78f7b7e44666244fe1039fec4633818cfc6879..9e796c02800b3275c52ba9c63c381c5e2d4f2b4c 100644 (file)
@@ -3,3 +3,5 @@
 # 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/*/*