Displaying 1 result from an estimated 1 matches for "rsync_patched".
2004 Sep 15
0
[Bug 1764] New: dry-run does not show changes in owner / group, permission, or timestamp
...what files are being transferred and a brief summary at
the end. Two -v flags will give you information on what
files are being skipped and slightly more information
at the end. More than two -v flags should only be used
if you are debugging rsync.
# ./rsync_patched -vanx a b
building file list ... done
chmod: b
wrote 54 bytes read 20 bytes 49.33 bytes/sec
total size is 0 speedup is 0.00
2. Patch
--- rsync-2.6.2/rsync.c Tue Mar 23 11:16:15 2004
+++ rsync-2.6.2-new/rsync.c Wed Sep 15 01:35:16 2004
@@ -129,7 +129,6 @@
STRUCT_STAT st2;
i...