mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 22:11:27 +00:00
updated to BackupWriter::start signature change
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6d9c765703
commit
329596526f
@ -115,7 +115,7 @@ impl BackupTask {
|
||||
let http = HttpClient::new(&self.setup.host, &self.setup.user, options)?;
|
||||
let writer = BackupWriter::start(
|
||||
http, self.crypt_config.clone(), &self.setup.store, "vm", &self.setup.backup_id,
|
||||
self.setup.backup_time, false).await?;
|
||||
self.setup.backup_time, false, false).await?;
|
||||
|
||||
let last_manifest = writer.download_previous_manifest().await;
|
||||
let mut result = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user