With 2.5.5 on QNX I get the folder contents list when I do: rsync [EMAIL PROTECTED]::module
or rsync [EMAIL PROTECTED]::module/ if I do rsync -v [EMAIL PROTECTED]::module poo (or module/ poo) i get "nothing to do" Adding a (-av) causes it to pull in all the files and the subdirs (recursive), which I do *NOT* want to do. Rsync 2.5.5 does not have the -d flag, but to me it looks like -d will create directory names but not populate them, which also is not something I want to do. is there any reason why telling rsync what files you want it to INCLUDE doesn't seem to tell it what files to include? -Erik -----Original Message----- From: nathan r. hruby [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 9:55 AM To: rsync@lists.samba.org Subject: Re: code 12 error when specifying files On Thu, 3 Aug 2006, Paul Slootman wrote: > On Thu 03 Aug 2006, nathan r. hruby wrote: >>> >>>> From the manpage: >>> >>> Note also that host and module references don't require a trailing >>> slash to copy the contents of the default directory. >>> >>> So in this case the trailing slash wouldn't make a difference. >> >> In my case I'm not grabbing the default directory of a module, but a >> subdirectory of it. > > Then it should make a difference. > >> For example, for module x with path set to /home, tying to sync the >> contents of "server::x/user1/public_html/" yields me the directory >> public_html, the the files within it. >> >> Is that the correct behavior? > > It's not what I'm seeing: > Hurm. What OS are you running this on? After upgrading my local/receiver rsync to 2.6.8 I get this: local# rsync remote::users/grp012/12/nhruby/public_html/ drwxr-xr-x 416 2005/11/12 11:57:37 public_html local# rsync remote::users/grp012/12/nhruby/public_html/ www skipping directory grp012/12/nhruby/public_html -n -- ------------------------------------------- nathan hruby <[EMAIL PROTECTED]> uga enterprise information technology services core services support ------------------------------------------- "In 1972 a crack commando unit was sent to prison by a military court for a crime they didn't commit...." -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html