From 38b16dcbe3ed55db795093b977a3ee25b9b4fc17 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Sat, 22 Jul 2017 14:09:46 +0200 Subject: [PATCH] "MaJ expl_transfert_dir.sh" --- bin/expl_transfert_dir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/expl_transfert_dir.sh b/bin/expl_transfert_dir.sh index e313788..69d4421 100755 --- a/bin/expl_transfert_dir.sh +++ b/bin/expl_transfert_dir.sh @@ -144,7 +144,7 @@ function create_dst_dir function get_src_archive { fct_message "Création de l'archive /tmp/${ARCHIVE_NAME} du répertoire du répertoire ${src_host}:${src_dir}" -color jaune - TAR_OPTIONS="--no-recursive" + TAR_OPTIONS="--no-recursion" if [ "${recursive}" == "true" ]; then fct_message " * Option d'archivage récursif activée" TAR_OPTIONS=""