[pbs-devel] [PATCH vma-to-pbs v3 0/2] add support for notes and logs

Filip Schauer f.schauer at proxmox.com
Wed Jul 10 16:57:30 CEST 2024


Changes since v2:
* Split the create_pbs_backup_task argument change into its own commit
* Create the HttpClient directly to avoid writing the password into an
  environment variable
* Put the client setup into its own helper function and call it from
  backup_vma_to_pbs along with set_notes and upload_log

Changes since v1:
* Set notes and upload log separately via a new connection to the API,
  instead of hacking notes into the proxmox-backup-qemu C functions and
  uploading the log as a config.

vma-to-pbs:

Filip Schauer (2):
  pass args by reference to create_pbs_backup_task
  add support for notes and logs

 Cargo.toml     |   8 +++
 src/main.rs    |  16 ++++++
 src/vma2pbs.rs | 133 +++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 147 insertions(+), 10 deletions(-)


Summary over all repositories:
  3 files changed, 147 insertions(+), 10 deletions(-)

-- 
Generated by git-murpp 0.6.0




More information about the pbs-devel mailing list