On Tue, Dec 12, 2000 at 05:03:23PM -0800, Brad Doster <[EMAIL PROTECTED]> wrote:
| 1) It appears that 'rsync -e ssh...' does not get hidden (.*) files.  I've
| tried using the '--include ".*"' option to no avail.  Is there a way to get
| these files?

Sure it gets them. But if you're saying something like:

        rsync -e ssh * targethost:

you should be aware that _you_ are not telling it to copy the .* files
because "*" doesn't match files beginning with ".". I tend to copy
directories instead of files with rsync (scp does me just fine for
plain files), so I don't run into this issue much.

| 2) When using 'rsync server::module/path...', on the client side I get
| "Permission denied" and the server side shows the rsync daemon exiting with
| status 11.  The client is behind a firewall and goes thru dynamic NAT, so
| I've added the firewall's IP address to rsyncd.conf.  Any idea what I'm
| doing wrong?

The rsyncd should be logging something - check its log file.  Strace
the rsync daemon if there's nothing - is that _status_ 11 (an arbirary
exit code which may mean something specific) or _signal_ 11 (which is
SIGSEGV, indicating access to unmapped memory by the rsyncd - typically
a NULL pointer, and generally indicative of a bug).

Cheers,
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Sattinger's Second Law: Even though you've plugged it in, it still won't work
until you switch it on.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to