rsync questions

2000-12-15 Thread Brad Doster
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? 2) When using 'rsync server::module/path...', on the client side I get "Permission denied" and the server side shows the rsync daemon

RE: rsync questions

2000-12-13 Thread Brad Doster
#x27;s definitely not a signal 11. Thanks for your help, bd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cameron Simpson Sent: Wednesday, December 13, 2000 4:10 AM To: [EMAIL PROTECTED] Cc: Brad Doster Subject: Re: rsync questions On Tue, Dec 12, 2000

Re: rsync questions

2000-12-13 Thread Cameron Simpson
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 someth

Re: rsync questions

2000-12-12 Thread David Talkington
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/loca

rsync questions

2000-12-12 Thread Brad Doster
[Sorry if this shows up twice -- I sent it over 5 hours ago and it hasn't hit the list yet.] 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? 2) When using 'rsync server::module/pat