From 59dd678603c70d1a78072e9096d145e7c514fff5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 14 Oct 2005 20:16:21 +0000 Subject: [PATCH] Documented --min-size. --- rsync.yo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rsync.yo b/rsync.yo index d76d1669..3515588b 100644 --- a/rsync.yo +++ b/rsync.yo @@ -341,6 +341,7 @@ to the detailed description below for a complete description. verb( --force force deletion of dirs even if not empty --max-delete=NUM don't delete more than NUM files --max-size=SIZE don't transfer any file larger than SIZE + --min-size=SIZE don't transfer any file smaller than SIZE --partial keep partially transferred files --partial-dir=DIR put a partially transferred file into DIR --delay-updates put all updated files into place at end @@ -812,6 +813,11 @@ be offset by one byte in the indicated direction. Examples: --max-size=1.5mt-1 is 1499999 bytes, and --max-size=2g+1 is 2147483649 bytes. +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. + dit(bf(-B, --block-size=BLOCKSIZE)) This forces the block size used in the rsync algorithm to a fixed value. It is normally selected based on the size of each file being updated. See the technical report for details. -- 2.34.1