mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 16:28:59 +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,
|
keyfile_ptr,
|
||||||
key_password_ptr,
|
key_password_ptr,
|
||||||
master_keyfile_ptr,
|
master_keyfile_ptr,
|
||||||
true,
|
args.compress,
|
||||||
false,
|
args.encrypt,
|
||||||
fingerprint_cstr.as_ptr(),
|
fingerprint_cstr.as_ptr(),
|
||||||
&mut pbs_err,
|
&mut pbs_err,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user