I am try to use rsync to update a directory on a particular server. I use the following command rsync -aR testdir/test.html somewhere.foo.com::myself/Incremental/foo If the directory Incremental exists, rsync creates foo and then places the structure testdir/test.html within it. However, if neither Incremental or foo exists, rsync gives me a: mkdir Incremental/foo/ : No such file or directory (1) Is there anyway to get rsync to build the Incremental/foo structure or am I limited by rsync to a single directory? -- Perry Hoekstra E-Commerce Architect Talent Software Services perry.hoekstra at talentemail.com