Re: getting rsync to work +automating password line

2005-02-11 Thread Paul Slootman
On Thu 10 Feb 2005, Gil Naveh wrote: The --rsync-path=PATH did the work. :) Is there a doc that shows all the options that comes with rsync? - when I tried #rsync --help I did not get the --rsync-path option. Hmm, my copy does show that... (2.6.3) However, the man page is the usual location

Re: getting rsync to work +automating password line

2005-02-11 Thread Wayne Davison
On Thu, Feb 10, 2005 at 12:57:30PM -0500, Gil Naveh wrote: I type rsync -a e ServerB/... I get a prompt for #password: I tried rsync with the option --password-file=/name/of/file/with/password but it still asked me for password! As the manpage states (though probably not as well as it should),

getting rsync to work

2005-02-10 Thread Gil Naveh
Hello, I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what I'm typing: # rsync -a -e ssh serverB:/tmp/rsync/test1 n serverA:/tmp/rsync/ # password: X This is what I get: # bash: rsync: command not found # rsync:

Re: getting rsync to work

2005-02-10 Thread Paul Slootman
On Thu 10 Feb 2005, Gil Naveh wrote: I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what I'm typing: # rsync -a -e ssh serverB:/tmp/rsync/test1 n serverA:/tmp/rsync/ # password: X This is what I get: # bash:

RE: getting rsync to work +automating password line

2005-02-10 Thread Gil Naveh
@lists.samba.org Subject: Re: getting rsync to work On Thu 10 Feb 2005, Gil Naveh wrote: I am trying to do a very simple thing, just transfer a file from machine A to machine B using rsync with ssh. This is what I'm typing: # rsync -a -e ssh serverB:/tmp/rsync/test1 n serverA:/tmp/rsync

Re: Trouble getting rsync to work....

2002-02-25 Thread tim . conway
, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), .\n ' There are some who call me Tim? Warren [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/24/2002 11:59 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Trouble getting rsync to work Classification

Trouble getting rsync to work....

2002-02-24 Thread Warren
I have read the MAN page and the Rsync page and have set up an /etc/rsync.conf but I can't seem to get it working. I have tried starting the daemon and adding the correct entry on the server hosts.allow file, but I just get Connection refused from the server. Surely this can't be that