Re: non-existing parent directories - continued

2006-11-13 Thread Amit Dor-Shifer
I'm posting with reference to http://www.mail-archive.com/rsync@lists.samba.org/msg17343.html (Couldn't find a way to post directly to thread). QUOTE is there a way for rsync to create non-existing parent directories when syncing files to a destination? something similar to 'mkdir -p

Re: non-existing parent directories - continued

2006-11-13 Thread Matt McCutchen
On 11/13/06, Amit Dor-Shifer [EMAIL PROTECTED] wrote: [Darin Perusich wrote:] is there a way for rsync to create non-existing parent directories when syncing files to a destination? something similar to 'mkdir -p non-existing/directory'. i'm doing 'rsync -r /path/to/source /path

non-existing parent directories

2006-10-19 Thread Darin Perusich
hello, is there a way for rsync to create non-existing parent directories when syncing files to a destination? something similar to 'mkdir -p non-existing/directory'. i'm doing 'rsync -r /path/to/source /path/to/non-existing/directory', and the 'non-existing/directory' location doesn't exist

Re: non-existing parent directories

2006-10-19 Thread Matt McCutchen
On 10/19/06, Darin Perusich [EMAIL PROTECTED] wrote: is there a way for rsync to create non-existing parent directories when syncing files to a destination? something similar to 'mkdir -p non-existing/directory'. i'm doing 'rsync -r /path/to/source /path/to/non-existing/directory', and the 'non