previous up next contents index
Previous: 14 Graphisme Up: Applyx 054 Next: Bibliography   Contents   Index

Subsections

15 Archivage

15.1 Méthode

15.2 Fichiers à sauvegarder

15.3 Questions quant à la sauvegarde

15.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 index
Previous: 14 Graphisme Up: Applyx 054 Next: Bibliography   Contents   Index


douillet@ensait.fr
2010-03-01