On Tue, Jul 04, 2000 at 05:39:08AM +1000, James Jones wrote:
> Hi,
>
> I think there is a classic use of mkdir instead of mkdir -p type problem
> in rsync, ie where a new directory of depth greater than one needs to be
> created. Has this been solved? Or is it some other issue? Or is it
> the responsibility of the user? :-P
>
> I might take a look at it later -- I suspect it is trivial to fix.
>
> Cheers James
I think this is deliberate. If you can use the -R option (that is, you're
duplicating path names on the remote side) it will create the missing
directories for you. See the man page for an example.
- Dave Dykstra