X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/125d7fcab02513e84b140ea5b1cc6f86ec1ff023..c1ff70aa47e11c5b37634479a0facee775a7b6d9:/fsync.diff diff --git a/fsync.diff b/fsync.diff index fab45ed..4e1b545 100644 --- a/fsync.diff +++ b/fsync.diff @@ -1,85 +1,107 @@ This patch from Sami Farin lets you specify --fsync if you want fsync() to be called on every file we write. ---- options.c 6 Jun 2004 19:02:40 -0000 1.155 -+++ options.c 6 Jun 2004 21:20:05 -0000 -@@ -38,6 +38,7 @@ int make_backups = 0; - **/ - int whole_file = -1; - -+int do_fsync = 0; - int archive_mode = 0; +To use this patch, run these commands for a successful build: + + patch -p1