public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [RFC PATCH proxmox-backup 0/6] fix #7024: client: add file statistics inside logs
@ 2026-06-10 18:02 Shan Shaji
  2026-06-10 18:02 ` [RFC PATCH proxmox-backup 1/6] refactor: rename `ReuseStats` struct to `PxarArchiverProgressStats` Shan Shaji
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Shan Shaji @ 2026-06-10 18:02 UTC (permalink / raw)
  To: pbs-devel

This series addresses three issues:
- File number statistics not being shown under change detection summary for data and
  legacy mode.
- The pogress logs were not showing the number of processed files.
- There was no verbose option.

Sending this as an RFC to get an initial feedback and to make sure I have not
missed anything. Thanks in advance.  

Shan Shaji (6):
  refactor: rename `ReuseStats` struct to `PxarArchiverProgressStats`
  fix #7024: pxar: show archiver summary for legacy and data mode
  refactor: use atomic values in `PxarArchiverProgressStats`
  fix #7024: cli: show number of processed files during backup
  refactor: rename `UploadCounters` to `UploadProgress`
  fix #7024: cli: add option to enable verbose logs

 pbs-client/src/backup_stats.rs                |   9 +-
 pbs-client/src/backup_writer.rs               | 110 ++++++++----
 pbs-client/src/inject_reused_chunks.rs        |   8 +-
 pbs-client/src/pxar/create.rs                 | 159 +++++++++++++-----
 pbs-client/src/pxar/mod.rs                    |   3 +-
 pbs-client/src/pxar/tools.rs                  |  10 +-
 pbs-client/src/pxar_backup_stream.rs          |  13 +-
 proxmox-backup-client/src/main.rs             |  38 ++++-
 .../src/proxmox_restore_daemon/api.rs         |   2 +
 pxar-bin/src/main.rs                          |   2 +
 tests/catar.rs                                |   1 +
 11 files changed, 271 insertions(+), 84 deletions(-)

-- 
2.47.3





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-06-10 18:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10 18:02 [RFC PATCH proxmox-backup 0/6] fix #7024: client: add file statistics inside logs Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 1/6] refactor: rename `ReuseStats` struct to `PxarArchiverProgressStats` Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 2/6] fix #7024: pxar: show archiver summary for legacy and data mode Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 3/6] refactor: use atomic values in `PxarArchiverProgressStats` Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 4/6] fix #7024: cli: show number of processed files during backup Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 5/6] refactor: rename `UploadCounters` to `UploadProgress` Shan Shaji
2026-06-10 18:02 ` [RFC PATCH proxmox-backup 6/6] fix #7024: cli: add option to enable verbose logs Shan Shaji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal