mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 13:04:38 +00:00
fix unused compress and encrypt options
Pass compress and encrypt to proxmox_backup_new_ns instead of using
default values. This was an oversight in the initial commit 4446414b
.
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
parent
fff4e3c1fc
commit
9f97fb6002
@ -89,8 +89,8 @@ fn create_pbs_backup_task(args: BackupVmaToPbsArgs) -> Result<*mut ProxmoxBackup
|
||||
keyfile_ptr,
|
||||
key_password_ptr,
|
||||
master_keyfile_ptr,
|
||||
true,
|
||||
false,
|
||||
args.compress,
|
||||
args.encrypt,
|
||||
fingerprint_cstr.as_ptr(),
|
||||
&mut pbs_err,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user