Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!shelby!lindy!giant From: giant@lindy.Stanford.EDU (Buc Richards) Newsgroups: comp.unix.wizards Subject: How to Rdist from one directory to a different directory? Message-ID: <9312@lindy.Stanford.EDU> Date: 4 May 90 07:24:14 GMT Sender: giant@lindy.Stanford.EDU (Buc Richards) Reply-To: giant@lindy.Stanford.EDU (Buc Richards) Organization: Stanford University Lines: 28 Rdist works fine when I update directories that have the same name on all machines. But how does one perform the operation of updating a directory that has a different name on the receiving machine. The following does not work. HOSTS = (user@machine1.Stanford.EDU ) FILES = ( /user/user1 ) ${FILES} -> ${HOSTS} install /user/user1/Optical_disk/backup/ ; This only works if the receiving directory is not yet present, once it is there Rdist returns with the message "directory already exists" and exits. Is there a way around this? ############################################################################### Rob Richards @ @ Supercomputer Support Staff > Stanford University - ``Entia non sunt multiplicanda praeter necessitatem.'' William Occam ###############################################################################