Re: copying directory structure only (not the files) from a remote UNIX box using rsync

2007-04-26 Thread Matt McCutchen
On 4/25/07, Tariq Shaikh <[EMAIL PROTECTED]> wrote: Hi, I am trying to copy the directory structure only from the remote UNIX box onto the box from which Im executing the rsync. This is what I tried: rsync -av --include '*/' --exclude '*' [EMAIL PROTECTED]:/dw/etl/ home/ prod/log/ /export/home/t

copying directory structure only (not the files) from a remote UNIX box using rsync

2007-04-25 Thread Tariq Shaikh
Hi, I am trying to copy the directory structure only from the remote UNIX box onto the box from which Im executing the rsync. This is what I tried: rsync -av --include '*/' --exclude '*' [EMAIL PROTECTED]:/dw/etl/ home/ prod/log/ /export/home/tashaikh/auto/log The above keeps on executing withou