From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 14:19:24 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 440AA16A4CE for ; Mon, 29 Dec 2003 14:19:24 -0800 (PST) Received: from web41410.mail.yahoo.com (web41410.mail.yahoo.com [66.218.93.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B19B43D2D for ; Mon, 29 Dec 2003 14:19:23 -0800 (PST) (envelope-from davemac11@yahoo.com) Message-ID: <20031229221921.24860.qmail@web41410.mail.yahoo.com> Received: from [168.91.4.66] by web41410.mail.yahoo.com via HTTP; Mon, 29 Dec 2003 14:19:21 PST Date: Mon, 29 Dec 2003 14:19:21 -0800 (PST) From: Dave McCammon To: questions@freebsd.org In-Reply-To: <593F8272-3A40-11D8-9B18-003065ABFD92@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Backup Server 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: Mon, 29 Dec 2003 22:19:24 -0000 --- Charles Swiger wrote: > On Dec 29, 2003, at 3:21 PM, Matthew Juszczak wrote: > > With rsync, it appears that my machine would need > to run the server > > software, and the two servers would run clients. > That just wouldn't > > work. > > While one can run rsync as a daemon (which might not > be suitable for > your purposes given what you've said), it's also > possible to invoke > rsync via SSH from either the "client" or the > "server"... > > -- > -Chuck > install rsync from the ports on all machines and on the "clients" do a /usr/local/bin/rsync -azRv --delete /etc backup_server:/backup/ (modify command to your needs..see man rsync) in a cron job or from command line. This command will use rsync-over-ssh from the "client" to the "backup_server". It will ask for a password unless you set up keys for auto-login with ssh. __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/