From 251dd6fe96e3ee5018dd76f8776a9ea03f696012 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Wed, 1 Jun 2022 19:19:31 -0400 Subject: [PATCH] ed: timelapse_master rsync opcs. (progreso gral.) --- README.md | 2 +- timelapse_master.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2065ceb..dc68e0d 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ Las imagenes se guardan en `~/BashCamera/[NOMBRE]_[DIA]-[MES]-[AÑO]_[HH]:[MM]/` Las imagenes se giran 90°. ``` -> Icon: thanks to [Billi Brown](http://b.illbrown.com/) +> Icon: thanks to [Billy Brown](http://b.illbrown.com/) diff --git a/timelapse_master.sh b/timelapse_master.sh index 1c4d390..49b49ff 100755 --- a/timelapse_master.sh +++ b/timelapse_master.sh @@ -55,7 +55,7 @@ EOF } Importar() { - rsync -avzhP "${MAQUINA}:${DIR_CAPT}" "${DIR_DESTINO}" + rsync -azh --info=progress2 "${MAQUINA}:${DIR_CAPT}" "${DIR_DESTINO}" exit 0 }