ed: timelapse_master rsync opcs. (progreso gral.)

This commit is contained in:
jp.av.dev 2022-06-01 19:19:31 -04:00
parent 2112ae6a0f
commit 251dd6fe96
2 changed files with 2 additions and 2 deletions

View File

@ -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/)

View File

@ -55,7 +55,7 @@ EOF
}
Importar() {
rsync -avzhP "${MAQUINA}:${DIR_CAPT}" "${DIR_DESTINO}"
rsync -azh --info=progress2 "${MAQUINA}:${DIR_CAPT}" "${DIR_DESTINO}"
exit 0
}