X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/125d7fcab02513e84b140ea5b1cc6f86ec1ff023..041359b073df4fe698ec80f2e0699a2585b2337b:/fsync.diff diff --git a/fsync.diff b/fsync.diff index fab45ed..f684b7f 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