From owner-freebsd-questions@FreeBSD.ORG Wed May 21 09:03:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EAD137B401 for ; Wed, 21 May 2003 09:03:25 -0700 (PDT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54D3943FA3 for ; Wed, 21 May 2003 09:03:24 -0700 (PDT) (envelope-from jamie@gnulife.org) Received: by floyd.gnulife.org (Postfix, from userid 1000) id CB11C43303; Wed, 21 May 2003 11:04:09 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by floyd.gnulife.org (Postfix) with ESMTP id BD557432FE for ; Wed, 21 May 2003 11:04:09 -0500 (CDT) Date: Wed, 21 May 2003 11:04:09 -0500 (CDT) From: Jamie To: freebsd-questions@freebsd.org Message-ID: <20030521105634.Y6346-100000@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Problem with rdist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 16:03:25 -0000 Hello, I'm trying to set up rdist here to update binaries and other files to our machines from one main host. I'm stuck on one particular part: the -R option doesn't seem to work. This is the distfile: FILES=( ...files... ) HOSTS=( ...hosts... ) ${FILES} -> ${HOSTS} install -R ; I am running with the command: rdist -P /usr/bin/ssh -f distfile It updates all files out of date, but files on the remote host which aren't on the local host don't get deleted (the -R option is supposed to do this). running with: rdist -R -P /usr/bin/ssh -f distfile also doesn't seem to work. Does anyone know what I'm doing wrong? Thanks, - Jamie "A friend is someone who lets you have total freedom to be yourself."