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
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
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
https://bugzilla.samba.org/show_bug.cgi?id=2320
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
[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
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
TED]>
06/18/01 07:35 cc: [EMAIL PROTECTED]
Subject: Re: RSync directory structure
only(Document link: Da
Tim Potter
cc: [EMAIL PROTECTED]
Subject: Re: RSync directory structure
only
[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.
Hello,
Is there a way to use rsync to replicate a directory structure only and not
the files in the directory structure?
Thanks!
11 matches
Mail list logo