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