From: Wayne Davison Date: Fri, 29 Dec 2006 14:17:26 +0000 (+0000) Subject: Mention that --prune-empty-dirs forces a non-incremental recursive scan. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/05a41409b1b4a459e7796b412fe8a14ad4280a80 Mention that --prune-empty-dirs forces a non-incremental recursive scan. --- diff --git a/rsync.yo b/rsync.yo index 834c71be..7e28ab65 100644 --- a/rsync.yo +++ b/rsync.yo @@ -544,7 +544,7 @@ transfer are at least version 3.0.0. Some options require rsync to know the full file list, so these options disable the incremental recursion mode. These include: bf(--delete-before), -bf(--delete-after), bf(--delay-updates), and (currently) bf(--hard-links). +bf(--delete-after), bf(--prune-empty-dirs), bf(--delay-updates), and bf(--hard-links). Because of this, the default delete mode when you specify bf(--delete) is now bf(--delete-during) when both ends of the connection are at least 3.0.0 (use bf(--del) or bf(--delete-during) to request this improved deletion mode