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

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Jul 3 15:06:24 CEST 2024


On May 27, 2024 3:07 pm, Filip Schauer wrote:
> Allow the user of vma-to-pbs to specify a notes file and a log file to
> associate with the backup.
> 
> proxmox-backup-qemu:
> 
> Filip Schauer (1):
>   add support for notes

I am not sure this is really warranted, especially since we don't want
to keep using the proxmox-backup-qemu lib here in the long run anyway,
but switch to a (to-be-extracted) pure Rust client directly..

as a stop-gap measure, couldn't we just use `proxmox-backup-client` to
set the notes?

> 
>  src/backup.rs | 6 +++++-
>  src/lib.rs    | 9 +++++++++
>  2 files changed, 14 insertions(+), 1 deletion(-)
> 
> 
> vma-to-pbs:
> 
> Filip Schauer (1):
>   add support for notes and logs

and the log as well, since that is not really handled correctly right
now anyway (the log is not a config file, there is a special command/API
endpoint for uploading the log).

> 
>  src/main.rs    | 16 +++++++++++++
>  src/vma2pbs.rs | 64 ++++++++++++++++++++++++++++++++++++++++++--------
>  2 files changed, 70 insertions(+), 10 deletions(-)
> 
> 
> Summary over all repositories:
>   4 files changed, 84 insertions(+), 11 deletions(-)
> 
> -- 
> Generated by git-murpp 0.6.0
> 
> 
> _______________________________________________
> pbs-devel mailing list
> pbs-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
> 
> 
> 




More information about the pbs-devel mailing list