Displaying 1 result from an estimated 1 matches for "writedev".
2009 Oct 15
1
PATCH: --write-devices to allow synchronising to a block device
...ppreciate
any constructive critique etc to improve the robustness and quality of the
patch.
regards,
Darryl Dixon
Winterhouse Consulting Ltd
http://www.winterhouseconsulting.com
--------------------------------8<-------------------------------[snip]
diff -ru rsync-3.0.6/generator.c rsync-3.0.6-writedev/generator.c
--- rsync-3.0.6/generator.c 2009-04-27 02:51:50.000000000 +1200
+++ rsync-3.0.6-writedev/generator.c 2009-10-15 20:54:07.000000000 +1300
@@ -39,6 +39,7 @@
extern int preserve_xattrs;
extern int preserve_links;
extern int preserve_devices;
+extern int write_devices;
extern int...