PBSClient: use crypt params for file 'list' and 'extract'

Necessary for accessing encrypted backups.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2021-04-22 17:34:51 +02:00 committed by Thomas Lamprecht
parent 77e402f085
commit f7c0254131

View File

@ -133,6 +133,8 @@ my $USE_CRYPT_PARAMS = {
backup => 1,
restore => 1,
'upload-log' => 1,
list => 1,
extract => 1,
};
my sub do_raw_client_cmd {