From f787a8efb838fd55f4d306d5faf3a92fe0f1a76d Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Fri, 27 Mar 2026 20:49:35 +0000 Subject: [PATCH] test --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }