Clarify or enable rsync progress output in live run views #64

Closed
opened 2026-05-23 02:23:31 +02:00 by parkel · 0 comments
Owner

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

  • Enable rsync progress output by default for interactive visibility, for example via a safe --info=progress2 or related option.
  • Keep default rsync output quiet, but make the UI explicit that live logs only show warnings/errors unless verbose/progress output is enabled.
  • Add a per-run or global toggle for progress verbosity so long-running backups are easier to inspect without forcing noisy logs everywhere.

Acceptance criteria

  • Operators can understand whether a running backup is quiet-by-design or actually stalled.
  • The live run view communicates rsync progress behavior clearly.
  • If progress output is enabled, it should not break stats parsing or flood stored logs excessively.
## 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 - Enable rsync progress output by default for interactive visibility, for example via a safe `--info=progress2` or related option. - Keep default rsync output quiet, but make the UI explicit that live logs only show warnings/errors unless verbose/progress output is enabled. - Add a per-run or global toggle for progress verbosity so long-running backups are easier to inspect without forcing noisy logs everywhere. ## Acceptance criteria - Operators can understand whether a running backup is quiet-by-design or actually stalled. - The live run view communicates rsync progress behavior clearly. - If progress output is enabled, it should not break stats parsing or flood stored logs excessively.
Sign in to join this conversation.