vserver: Create clone-exclude for files not be copied on cloning.
[matthijs/servers/tika.git] / etc / vservers / clone-exclude
1 # Don't copy ssh keys when cloning
2 /etc/ssh/*key*
3 # Dont' copy temp files when cloning (But do copy the dirs themselves)
4 /tmp/*
5 /var/tmp/*
6 # Don't copy any spool files (but again, do copy the dirs)
7 /var/spool/*/*