Clarify or enable rsync progress output in live run views #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Now that dry-runs and real backup runs have live log views, the run detail page can look stalled when rsync is still active but no progress output is emitted. In practice the live view currently shows SSH warnings and rsync errors, but not ongoing transfer progress unless rsync is configured to emit it.
Options to evaluate
--info=progress2or related option.Acceptance criteria