From 3b2ef5b11cb90a2f646f770dfe9c1b2fdbbcf223 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 5 Mar 2005 18:58:26 +0000 Subject: [PATCH] Mention that --max-delete must be non-zero. --- rsync.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync.yo b/rsync.yo index 14323a22..d647fb80 100644 --- a/rsync.yo +++ b/rsync.yo @@ -749,8 +749,8 @@ is only relevant without bf(--delete) because deletions are now done depth-first Requires the bf(--recursive) option (which is implied by bf(-a)) to have any effect. dit(bf(--max-delete=NUM)) This tells rsync not to delete more than NUM -files or directories. This is useful when mirroring very large trees -to prevent disasters. +files or directories (NUM must be non-zero). +This is useful when mirroring very large trees to prevent disasters. dit(bf(--max-size=SIZE)) This tells rsync to avoid transferring any file that is larger than the specified SIZE. The SIZE value can be -- 2.34.1