[pbs-devel] [PATCH v2 common 07/13] PBSClient: use crypt params for file 'list' and 'extract'

Stefan Reiter s.reiter at proxmox.com
Thu Apr 22 17:34:51 CEST 2021


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,
+    extract => 1,
 };
 
 my sub do_raw_client_cmd {
-- 
2.20.1






More information about the pbs-devel mailing list