public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/5] allow restoring catalogs during inventory
@ 2022-05-19 10:08 Dominik Csapak
  2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 1/5] tape/inventory: make 'load_media_db' a method Dominik Csapak
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Dominik Csapak @ 2022-05-19 10:08 UTC (permalink / raw)
  To: pbs-devel

This series allows automatically restoring the catalog from tape during
inventory, by adding a new 'catalog' parameter.

This is useful after a disaster, since it allows the admin to re-import
all tapes in an automatic way.

The first two patches are just cleanups, so they could be applied
independently.

Dominik Csapak (5):
  tape/inventory: make 'load_media_db' a method
  tape: replace '&Path' with 'AsRef<Path>' in function parameters
  api/tape/inventory: optionally try to restore catalogs
  proxmox-tape: add 'catalog' option to 'proxmox-tape inventory'
  ui: tape/ChangerStatus: adding parameter selection to inventory

 src/api2/tape/backup.rs               |  11 +--
 src/api2/tape/changer.rs              |   4 +-
 src/api2/tape/drive.rs                | 121 +++++++++++++++-----------
 src/api2/tape/media.rs                |  34 +++-----
 src/api2/tape/restore.rs              |  27 +++---
 src/bin/proxmox-tape.rs               |  16 +++-
 src/tape/changer/online_status_map.rs |   4 +-
 src/tape/inventory.rs                 |  47 +++++-----
 src/tape/media_catalog.rs             |  52 ++++++-----
 src/tape/media_catalog_cache.rs       |  12 +--
 src/tape/media_pool.rs                |  16 ++--
 src/tape/pool_writer/mod.rs           |  16 ++--
 www/tape/ChangerStatus.js             |  66 +++++++-------
 13 files changed, 214 insertions(+), 212 deletions(-)

-- 
2.30.2





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

end of thread, other threads:[~2022-10-05 17:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 10:08 [pbs-devel] [PATCH proxmox-backup 0/5] allow restoring catalogs during inventory Dominik Csapak
2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 1/5] tape/inventory: make 'load_media_db' a method Dominik Csapak
2022-10-05 17:32   ` [pbs-devel] applied: " Thomas Lamprecht
2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 2/5] tape: replace '&Path' with 'AsRef<Path>' in function parameters Dominik Csapak
2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 3/5] api/tape/inventory: optionally try to restore catalogs Dominik Csapak
2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 4/5] proxmox-tape: add 'catalog' option to 'proxmox-tape inventory' Dominik Csapak
2022-05-19 10:08 ` [pbs-devel] [PATCH proxmox-backup 5/5] ui: tape/ChangerStatus: adding parameter selection to inventory Dominik Csapak

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