Re: trailing slash (was Re: Multiple directory copies)

2000-12-08 Thread Andrew Tridgell
The reason for the trailing slash behaviour is that: 1) I wanted an interface where the same result would be achieved whether or not the directory currently exists on the destination. With "cp -a" you cannot know what the command will do, it will put the files in a different place the 2n

trailing slash (was Re: Multiple directory copies)

2000-12-08 Thread Bennett Todd
2000-12-08-05:24:50 John Horne: > On 07-Dec-00 at 19:53:51 Dave Dykstra wrote: > > Having a slash at the end of the source specification removes the base > > name of the source from the destination filename. > > > Hmm, easy when you know how eh? :-) "It says there on the list of ingredients, rig

NT to NT - Connection refused

2000-12-08 Thread Taylor, Gordon
I've got rsync 2.4.6 running as a daemon on an NT server and rsync on a client machine as well. When I run the following command from a client machine rsync [src directory] [destination server]:[destination path] I get the following error message -->[destination server]:Connection refused rsh:

Re: Multiple directory copies

2000-12-08 Thread John Horne
On 07-Dec-00 at 19:53:51 Dave Dykstra wrote: > On Thu, Dec 07, 2000 at 05:46:54PM -, John Horne wrote: >>rsync -e ssh -aq tables/ data/ eros: (eros is the remote host) >> > Having a slash at the end of the source specification removes the base > name of the source from the destina