[pbs-devel] [pve-devel] [PATCH v2 common 07/13] PBSClient: use crypt params for file 'list' and 'extract'
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Apr 22 21:14:56 CEST 2021
On 22.04.21 17:34, Stefan Reiter wrote:
> Necessary for accessing encrypted backups.
>
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
>
> new in v2
>
> src/PVE/PBSClient.pm | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/PVE/PBSClient.pm b/src/PVE/PBSClient.pm
> index e96f20d..537fd83 100644
> --- a/src/PVE/PBSClient.pm
> +++ b/src/PVE/PBSClient.pm
> @@ -133,6 +133,8 @@ my $USE_CRYPT_PARAMS = {
> backup => 1,
> restore => 1,
> 'upload-log' => 1,
> + list => 1,
can break the proxmox-backup-client list command... that's why I wanted to have
a rather clean split between those two..
> + extract => 1,
> };
>
> my sub do_raw_client_cmd {
>
More information about the pbs-devel
mailing list