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/ ho

Need help to rsynch the directory structure only excluding the files from remote to local.

2007-04-25 Thread torque
this. Thanks, Tariq. -- Forwarded message -- From: [EMAIL PROTECTED] Date: Jun 18 2001, 5:38 am Subject: RSync directory structure only To: mailing.unix.rsync Hello, Thanks for the quick response Tim!! I tried using the excludes you mentioned but it doesn't seem to work. Eve

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 abov

[Bug 2320] rsync option to rsync directory structure only

2005-02-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2320 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 2320] New: rsync option to rsync directory structure only

2005-02-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2320 Summary: rsync option to rsync directory structure only Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3

Re: structure only

2003-03-25 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > Hi people, > > I used to copy filesystem structures ( only Directories ) with rsync > version 2.3.1. > For this I used > > rsync -e ssh -trulogxp - -include "*/" - -exclude "*" > remotemaschine:/source /localtraget > > Now, on a new maschine with rsync version 2.5.5 that

structure only

2003-03-25 Thread Sven . Kienle
Hi people, I used to copy filesystem structures ( only Directories ) with rsync version 2.3.1. For this I used rsync -e ssh -trulogxp - -include "*/" - -exclude "*" remotemaschine:/source /localtraget Now, on a new maschine with rsync version 2.5.5 that doesn´t work any more. Now rsync copies di

Re: RSync directory structure only

2001-06-18 Thread Daniel . J . Botz
TED]> 06/18/01 07:35 cc: [EMAIL PROTECTED] Subject: Re: RSync directory structure only(Document link: Da

Re: RSync directory structure only

2001-06-18 Thread Daniel . J . Botz
Tim Potter cc: [EMAIL PROTECTED] Subject: Re: RSync directory structure only

Re: RSync directory structure only

2001-06-17 Thread Tim Potter
[EMAIL PROTECTED] writes: > Is there a way to use rsync to replicate a directory structure only and not > the files in the directory structure? Try this: rsync -av --include '*/' --exclude '*' source-dir dest-dir Tim.

RSync directory structure only

2001-06-17 Thread Daniel . J . Botz
Hello, Is there a way to use rsync to replicate a directory structure only and not the files in the directory structure? Thanks!