From: Matthijs Kooijman Date: Tue, 16 Sep 2008 15:54:49 +0000 (+0200) Subject: vserver: Set an explicit exclude list for vhashify, based on the default one. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=113c495c2ac761754f3e55ff5fc8f39628de86a6;p=matthijs%2Fservers%2Fdrsnuggles.git vserver: Set an explicit exclude list for vhashify, based on the default one. --- diff --git a/etc/vservers/.defaults/apps/vunify/exclude b/etc/vservers/.defaults/apps/vunify/exclude new file mode 100644 index 0000000..bd5f6bf --- /dev/null +++ b/etc/vservers/.defaults/apps/vunify/exclude @@ -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