From 7a0fd5606e1d3e64ff167b84796947df9e6207e2 Mon Sep 17 00:00:00 2001 From: sayan Date: Mon, 20 Oct 2003 23:28:35 +0200 Subject: [PATCH] coquille -- Sayan darcs-hash:20031020212835-d1356-ab5199a03339c1aeea1073769c34a208998a55ea.gz --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index c2c090cc..f165349a 100755 --- a/backup.sh +++ b/backup.sh @@ -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