X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/6f921167e854a829c94ad9c36feeec7c742b6322..5214a41bbae94607b196b199b483710e1babf292:/slow-down.diff diff --git a/slow-down.diff b/slow-down.diff index 87f8f5e..de149d0 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 -@@ -58,6 +58,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