X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/56e792f12369c0c32b64fafb4472267b74d01309..c1ff70aa47e11c5b37634479a0facee775a7b6d9:/slow-down.diff diff --git a/slow-down.diff b/slow-down.diff index b14dcf9..ba38499 100644 --- a/slow-down.diff +++ b/slow-down.diff @@ -8,29 +8,38 @@ should really be a way to affect more of rsync's processing, perhaps by specifying a maximum disk I/O rate (and have that affect a maximum stat() rate or something like that). ---- old/flist.c -+++ new/flist.c -@@ -57,6 +57,7 @@ extern int copy_links; - extern int copy_unsafe_links; - extern int protocol_version; - extern int sanitize_paths; +To use this patch, run these commands for a successful build: + + patch -p1