--
Sayan

darcs-hash:20031020212835-d1356-ab5199a03339c1aeea1073769c34a208998a55ea.gz
This commit is contained in:
sayan 2003-10-20 23:28:35 +02:00
parent ce0f84a205
commit 7a0fd5606e

View file

@ -20,7 +20,7 @@ cd /
# tgz le contenu des répertoires
# ajoute dpkg --get-selections
dpkg --get-selections > $nom_selections || exit 1
tar -cvjf $nom_archive $confs .$nom_selections || exit 2
tar -cjf $nom_archive $confs .$nom_selections || exit 2
# scp le fichier sur tanek
scp $nom_archive backupcrans@tanek: || exit 3