From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 12:48:29 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 185F916A4CE for ; Mon, 29 Dec 2003 12:48:29 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F9F43D58 for ; Mon, 29 Dec 2003 12:48:28 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id hBTKmROJ024317; Mon, 29 Dec 2003 12:48:27 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id hBTKmQ8v020965; Mon, 29 Dec 2003 12:48:26 -0800 (PST) In-Reply-To: <1072729279.2112.7.camel@prick> References: <20031226173013.96397.qmail@web60301.mail.yahoo.com> <200312281103.36613.mlists@northglobe.com> <1477.24.225.162.3.1072643177.squirrel@mail.webaries.com> <200312290001.20709.mlists@northglobe.com> <1072729279.2112.7.camel@prick> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <593F8272-3A40-11D8-9B18-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 29 Dec 2003 15:48:25 -0500 To: Matthew Juszczak X-Mailer: Apple Mail (2.609) cc: "freebsd-questions@FreeBSD. ORG" 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 20:48:29 -0000 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