search for: 6bbf400

Displaying 1 result from an estimated 1 matches for "6bbf400".

Did you mean: 60bf4000
2008 Mar 23
1
[PATCH] allow to change the block size used to handle sparse files
...+ if (sparse_files_block_size) { + if (asprintf(&arg, "-U%lu", sparse_files_block_size) < 0) + goto oom; + args[ac++] = arg; + } + if (io_timeout) { if (asprintf(&arg, "--timeout=%d", io_timeout) < 0) goto oom; diff --git a/rsync.yo b/rsync.yo index 6bbf400..0d9c067 100644 --- a/rsync.yo +++ b/rsync.yo @@ -352,6 +352,7 @@ to the detailed description below for a complete description. verb( --super receiver attempts super-user activities --fake-super store/recover privileged attrs using xattrs -S, --sparse...