# If you want to add some directories or files to save
# you have to do that:
# for exemple:
#	      1) the file /usr/sbin/toto
#		 mkdir ./usr/sbin/
#		 cp toto ./usr/sbin/
#	      2) for the all the directory /usr/sbin/
#		 mkdir ./usr/
#		 cp -rd /usr/sbin ./usr/
#
# any questions or suggestions ? contact me: martinez@iutserveur.univ-lyon1.fr


mkdir ./var

cp -rd /etc/ .
cp -rd /var/named ./var/
