[pbs-devel] [PATCH proxmox-backup/pve-storage/manager] show/edit backup comments
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Fri Nov 13 10:38:47 CET 2020
    
    
  
implement editing/showing comments (or notes) from pve side
for directory and pbs storages
i am not completely happy with the notes != comments mismatch
but we are not even consistent within a product (e.g. description vs comment),
so i am open to suggestions...
pve-manager depends on new pve-storage, which depends on new proxmox-backup-client
proxmox-backup:
Dominik Csapak (2):
  client/http_client: add put method
  client: add 'snapshot notes show/update' command
 src/bin/proxmox-backup-client.rs          |   1 +
 src/bin/proxmox_backup_client/mod.rs      |   2 +
 src/bin/proxmox_backup_client/snapshot.rs | 126 ++++++++++++++++++++++
 src/client/http_client.rs                 |   9 ++
 4 files changed, 138 insertions(+)
 create mode 100644 src/bin/proxmox_backup_client/snapshot.rs
pve-storage:
Dominik Csapak (2):
  api2/storage/content: change to volume_size_info and add return
    properties
  Storage/Plugin: add get/update_volume_comment and implement for
    dir/pbs
 PVE/API2/Storage/Content.pm | 92 +++++++++++++++++++++++++++++++++++--
 PVE/Storage.pm              | 24 +++++++++-
 PVE/Storage/DirPlugin.pm    | 30 ++++++++++++
 PVE/Storage/PBSPlugin.pm    | 20 ++++++++
 PVE/Storage/Plugin.pm       | 12 +++++
 5 files changed, 171 insertions(+), 7 deletions(-)
pve-manager;
Dominik Csapak (1):
  ui: add ability to show and edit comments for backups
 www/manager6/grid/BackupView.js | 43 ++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)
-- 
2.20.1
    
    
More information about the pbs-devel
mailing list