previous up next contents
Previous: 12 Graphisme Up: Applyx 045 Next: Bibliography   Contents

Subsections

13 Archivage

13.1 Méthode

13.2 Fichiers à sauvegarder

13.3 Questions quant à la sauvegarde

13.4 Batch : mk_arc (principe)

ARC=arc04 
mount /zip 2>null 
cd / 
echo "----- archivage des fichiers ------"$ARC 
mkdir /zip/$ARC cp -frP /etc/fstab      /zip/$ARC 2>null 
cp -frP /etc/printcap   /zip/$ARC 2>null 
cp -frP /etc/XF86Config /zip/$ARC 2>null 
cp -frP /var/X11R6/sax/config/MonitorData       /zip/$ARC 2>null 
cp -frP /opt/kde/share/mimelnk                  /zip/$ARC 2>null 
cp -frP /opt/kde/share/applnk                   /zip/$ARC 2>null 
cp -frP /opt/kde/share/doc/HTML/en/kmuser/      /zip/$ARC 2>null 
cp -frP /root/bin       /zip/$ARC 2>null 
cp -frP /root/docs      /zip/$ARC 2>null 
cp -frP /root/\.kde     /zip/$ARC 2>null 
cp -frP /home/douillet/.kde /zip/$ARC 2>null 
cp -frP /home/douillet/docs /zip/$ARC 2>null 
cp -frP /home/douillet/public_html /zip/$ARC 2>null 
ls /zip/$ARC/* 
echo "----------------------" 


previous up next contents
Previous: 12 Graphisme Up: Applyx 045 Next: Bibliography   Contents


douillet@ensait.fr
2007-12-06