diff --git a/common.sh b/common.sh index bfdc0f7..ef28eb5 100644 --- a/common.sh +++ b/common.sh @@ -197,8 +197,8 @@ get_rsync_opts() { --info=progress2 --human-readable --no-inc-recursive - --info=name0 - ) + --info=progress2,name0,stats0 + ) log "Progress enabled (clean mode)" fi }