From d3db3eef1b13b3380649f4333ea1595c39ec7462 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Jan 2006 17:46:32 +0000 Subject: [PATCH] Document the new "dir/***" feature. --- rsync.yo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rsync.yo b/rsync.yo index 045f9696..e252280b 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1601,6 +1601,10 @@ itemize( (Remember that the algorithm is applied recursively so "full filename" can actually be any portion of a path from the starting directory on down.) + it() a trailing "dir_name/***" will match both the directory (as if + "dir_name/" had been specified) and all the files in the directory + (as if "dir_name/**" had been specified). (This behavior is new for + version 2.6.7.) ) Note that, when using the bf(--recursive) (bf(-r)) option (which is implied by -- 2.34.1