On Wed, Dec 06, 2006 at 08:06:51PM -0500, Matt McCutchen wrote: > You need -r, --recursive to make rsync recurse inside the source > directory. Alternately, use -d (--dirs), to tell rsync to copy the contents of a "dir/" arg without recursing into the subdirs. It also creates any "dir" args; i.e. no trailing-slash == just create the dir itself. ..wayne..