summaryrefslogtreecommitdiff
path: root/rsync.yo
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-12-24 12:33:17 -0800
committerWayne Davison <wayned@samba.org>2011-12-24 12:35:37 -0800
commit9510fa9ab8f33676224564ab19d7796215eda1bf (patch)
tree6630772bc10ade4387443401aba5dbf82cf756dd /rsync.yo
parentd74512eb054666198203cdaaaca29a18ba958725 (diff)
downloadrsync-9510fa9ab8f33676224564ab19d7796215eda1bf.tar.gz
Allow --max-size=0 and --min-size=0.
Fixes bug 7965.
Diffstat (limited to 'rsync.yo')
-rw-r--r--rsync.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.yo b/rsync.yo
index 14b25367..e18fd2c2 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1448,11 +1448,15 @@ be offset by one byte in the indicated direction.
Examples: --max-size=1.5mb-1 is 1499999 bytes, and --max-size=2g+1 is
2147483649 bytes.
+Note that rsync versions prior to 3.1.0 did not allow bf(--max-size=0).
+
dit(bf(--min-size=SIZE)) This tells rsync to avoid transferring any
file that is smaller than the specified SIZE, which can help in not
transferring small, junk files.
See the bf(--max-size) option for a description of SIZE and other information.
+Note that rsync versions prior to 3.1.0 did not allow bf(--min-size=0).
+
dit(bf(-B, --block-size=BLOCKSIZE)) This forces the block size used in
rsync's delta-transfer algorithm to a fixed value. It is normally selected based on
the size of each file being updated. See the technical report for details.