Rsync from WinNT to UNIX Box

2002-09-26 Thread Nitin Agarwal
Dear All... I want to transfer the files and directories FROM WinNT to UNIX box. I have downloaded rsync211.exe and Cygwin.dll and am successfull in running rsync211 (i mean when i type rsync211 on DOS prompt, it works... and shows me list of options). Can anybody please tell me how to go next???

Discounted Tobacco

2002-09-26 Thread Thierry Vanhoudt
Dear Sir or Madam In the past you have requested information on discounted products. We hope that you find this of interest. If you are not a smoker, and find this email offensive, we sincerely apologise! We will be only too happy to take you off our mailing list. If you are a smoker, howeve

rsync - ssh password prompt?

2002-09-26 Thread dmaloy
I have installed rsync on a solaris machine running v9 and setup ssh. The problem is that when I try and rsync up some files to this machine from a remote solaris box, I am NOT prompted for a password?? I see a lot of messages talking about how to get it so that you are not prompted, but in m

Server writes...?

2002-09-26 Thread Derek Simkowiak
I have a quick question about rsync's writing of files. I have a team of people that all use the host BigServer, which is running rsync as a deamon, as a central place to keep all shared files backed up. The "master copy" for any given file is considered to be the local file tha

Rsync for NT

2002-09-26 Thread Peter Milburn
Hi, I am wanting to use rsync between 2 nt machines. I went to download the binary from ftp.minn.net put in the username of anonymous, but would not let me in using my email address. Does anyone know where I can get the rsync for NT and anyone who is using under NT thanks Pete -- To unsubscr

Petek Dinçöz

2002-09-26 Thread coderip
Title: Petek Dinçöz

Oracle/SYBS/Datawarehouse needed for CH and DE

2002-09-26 Thread Helmut S
Hi A colleague of mine is in need of several Oracle people and as I work in the industry, has asked for my help to put the word out. The company is a global financial and they need various Senior DBA's and developers who are German speakers, the company is in Switzerland and permits can be p

Re: pulling data from the server

2002-09-26 Thread David Bigagli -Bokis-
Thank you. I have read that, but how to use it the first time is not obvious at all. I am pretty sure that you experienced the frustration of using new software and you cannot find the example that you really need in the man page. Or you want to make me believe that the first time you read the m

more on rsync error: unexplained error (code 255) at main.c(925)

2002-09-26 Thread Roberto Dominguez
  Hi there!   I am having a problem having a Solaris 9 box retrieveing files from a OpenBSD 2.9 box. The both have rsync 2.5.5 protocol version 26. They were compiled using gcc 2.95.3. Everythings goes until it tries to disconnect:   receiving file list ... donewrote 16 bytes  read 28412 by

Re: pulling data from the server

2002-09-26 Thread tim . conway
The module is considered a directory (since that's what it is), and unless you're going recursive, directories are ignored. try this one: rsync --port 9876 -v u018::treeA/* /tmp or, if you want everything in the module treeA rsync --port 9876 -av u018::treeA /tmp I prefer implying -r with -a, as

Re: pulling data from the server

2002-09-26 Thread David Bigagli -Bokis-
Hello, the man page lists as valid argument: rsync [OPTION]... [USER@]HOST::SRC [DEST] but if I do it I still have problems. 94:david@u050 /export/david> rsync --port 9876 -v u018::treeA /export/david Ahoj! client: nothing to do: perhaps you need to specify some filenames or the --recur

Re: pulling data from the server

2002-09-26 Thread tim . conway
David: Your commandline is in the "listing" form. If you add a destination to the line, files will actually be copied. ++ ofor listing files on a remote machine. This is done the same way as rsync transfers except that you leave off