Directory matching for hidden directories

Wayne Davison wayned at samba.org
Wed Feb 8 17:52:30 GMT 2006


On Wed, Feb 08, 2006 at 11:29:40AM -0500, Daniel Rawson wrote:
> - .hidden/	Appears to be ignored; .hidden and all sub-folders are 
> transferred/deleted

I'd suggest checking for trailing white-space on that line because
"- .hidden/" will exclude all directories with the name ".hidden".

> - .hidden**	Excludes any directory named .hidden.

That also matches longer names (e.g. .hiddendir) and files in addition
to directories.

..wayne..


More information about the rsync mailing list