Date: Wed, 21 May 2003 11:04:09 -0500 (CDT) From: Jamie <jamie@gnulife.org> To: freebsd-questions@freebsd.org Subject: Problem with rdist Message-ID: <20030521105634.Y6346-100000@floyd.gnulife.org>
next in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030521105634.Y6346-100000>