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=""