[pmg-devel] applied: [PATCH pve-common v3 1/1] add PBSClient module
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Nov 17 09:49:31 CET 2020
On 16.11.20 12:01, Stoiko Ivanov wrote:
> PBSClient.pm contains methods for:
> * handling (sensitive) config-information (passwords, encryption keys)
> * creating/restoring/forgetting/listing backups
>
> code is mostly based on the current PBSPlugin in pve-storage
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> src/Makefile | 1 +
> src/PVE/PBSClient.pm | 305 +++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 306 insertions(+)
> create mode 100644 src/PVE/PBSClient.pm
>
>
applied, thanks!
Added some followups, mostly smaller cleanups though:
pbs: restore pxar: add required parameters explicitly in method signature
pbs: code cleanup param array assembly
pbs: autogen key: adapt recent changes in storage module
PBS client: use our normal blessed method call style
More information about the pmg-devel
mailing list