From owner-freebsd-security Mon Nov 26 17:47:21 2001 Delivered-To: freebsd-security@freebsd.org Received: from e-shipley.com (dws-66-177-28-52.jacksonville.net [66.177.28.52]) by hub.freebsd.org (Postfix) with ESMTP id A63F937B417 for ; Mon, 26 Nov 2001 17:47:17 -0800 (PST) Received: (from steve@localhost) by e-shipley.com (8.11.6/8.11.1) id fAR1lDk16602; Mon, 26 Nov 2001 20:47:13 -0500 (EST) (envelope-from steve) Date: Mon, 26 Nov 2001 20:47:13 -0500 (EST) From: "Stephen T. Shipley" Message-Id: <200111270147.fAR1lDk16602@e-shipley.com> To: freebsd-security@FreeBSD.ORG, randy@psg.com Subject: Re: crypted remote backup In-Reply-To: Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Configure rsync.conf on source server (with 40g file) and run as a daemon. Provide a net name like "www" for alias to path. And possibly run from one of the /etc/periodic/daily scripts like this (on destination box). /usr/local/bin/rsync -e /usr/bin/ssh -avz ::www /usr/local/www/data/home_something_destination && rc=0||rc=3 Updates quickly and only what has changed. If I'm mistaken please let me know if I'm open on this one. --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message