use new fsync parameter to replace_file and atomic_open_or_create
Depend on proxmox 0.15.0 and proxmox-openid 0.8.1 Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
@ -301,7 +301,7 @@ impl Job {
|
||||
.owner(backup_user.uid)
|
||||
.group(backup_user.gid);
|
||||
|
||||
replace_file(path, serialized.as_bytes(), options)
|
||||
replace_file(path, serialized.as_bytes(), options, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user