Brad Doster 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?

Hi Brad --

I use this syntax, and it does pick up hidden files:

/usr/bin/rsync -avx --exclude-from=/usr/local/config/exclude.rsync \
-e "/usr/local/bin/ssh -F /etc/ssh2/ssh2_config_batch" \
--delete $d/ otherbox:$d

Where $d is replaced with a sequence of directories in a
"for" loop.  Maybe it's because I'm grabbing the whole directory, and
perhaps you're trying to get specific files within it?

Can't answer your second question; not too sure about this module
business ...

-d

 >
>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?
>
>bd
>
>
>
>
>
>
>_______________________________________________
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list
>



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

Reply via email to