mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-31 22:29:24 +00:00
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:
parent
77e402f085
commit
f7c0254131
@ -133,6 +133,8 @@ my $USE_CRYPT_PARAMS = {
|
|||||||
backup => 1,
|
backup => 1,
|
||||||
restore => 1,
|
restore => 1,
|
||||||
'upload-log' => 1,
|
'upload-log' => 1,
|
||||||
|
list => 1,
|
||||||
|
extract => 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
my sub do_raw_client_cmd {
|
my sub do_raw_client_cmd {
|
||||||
|
Loading…
Reference in New Issue
Block a user