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