Files
gniza4linux/lib/snaplog.sh
shuki 19f6077e33 Fix progress stuck: use tee instead of read-line in _snaplog_tee
The old read -r line approach buffered until \n, but rsync --info=progress2
uses \r without \n for progress updates. Using tee(1) preserves \r
characters and writes through immediately for real-time progress.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 21:59:36 +02:00

4.2 KiB