]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/server/jobstate.rs
use new fsync parameter to replace_file and atomic_open_or_create
[proxmox-backup.git] / src / server / jobstate.rs
index 1377470dc22c32206cb9250bcd7159b4f99752c6..8df245d6ae59c511eb722d288b1fd362e10205fc 100644 (file)
@@ -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)
     }
 }