diff --git a/common.sh b/common.sh index 144124a..0877c8e 100644 --- a/common.sh +++ b/common.sh @@ -188,6 +188,7 @@ get_rsync_opts() { read -r -a RSYNC_OPTS <<< "${PROFILE_RSYNC_OPTS[$PROFILE_NAME]}" else RSYNC_OPTS=("${DEFAULT_RSYNC_OPTS[@]}") + RSYNC_OPTS+=(--info=progress2) fi }