[pbs-devel] [PATCH proxmox-backup v2 0/4] allow restoring catalogs during inventory
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Thu Oct  6 13:36:06 CEST 2022
    
    
  
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 patch is just a cleanup, so it could be applied independently.
chnages from v1:
* rebase on master
Dominik Csapak (4):
  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              |  26 +++---
 src/bin/proxmox-tape.rs               |  16 +++-
 src/tape/changer/online_status_map.rs |   4 +-
 src/tape/inventory.rs                 |  31 ++++---
 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, 206 insertions(+), 203 deletions(-)
-- 
2.30.2
    
    
More information about the pbs-devel
mailing list