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
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!