From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 04:33:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDB881065680 for ; Mon, 18 Aug 2008 04:33:13 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from mail.skepsi.net (mail.skepsi.net [208.86.225.194]) by mx1.freebsd.org (Postfix) with ESMTP id 57BF28FC20 for ; Mon, 18 Aug 2008 04:33:13 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: (qmail 67002 invoked from network); 18 Aug 2008 04:33:24 -0000 Received: from d60-65-129-218.col.wideopenwest.com (HELO aeryn.skepsi.net) (65.60.218.129) by mail.skepsi.net with ESMTPS (DHE-RSA-AES256-SHA encrypted); 18 Aug 2008 04:33:24 -0000 Received: (qmail 37728 invoked from network); 18 Aug 2008 04:33:21 -0000 Received: from crichton.skepsi.net (10.0.0.2) by aeryn.skepsi.net with SMTP; 18 Aug 2008 04:33:21 -0000 Received: (nullmailer pid 84062 invoked by uid 1000); Mon, 18 Aug 2008 04:32:53 -0000 Date: Mon, 18 Aug 2008 00:32:53 -0400 From: "Jason W\. Morgan" To: FreeBSD Questions Message-ID: <20080818043253.GB83421@sentinelchicken.net> References: <559723.52422.qm@web55302.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <559723.52422.qm@web55302.mail.re4.yahoo.com> User-Agent: mutt/1.5.18 (FreeBSD/amd64) Subject: Re: remote backup solution over WAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 04:33:13 -0000 On 2008.08.17 20:22:00, S t i n g r a y wrote: > I am building one backup file server on WAN on FreeBSD, which will > backup remote servers data over slow links, (256-512kbps), simply > because i have never seen an operating system as stable/robust as > FreeBSD ever :-) > Now i want to know a technology that can sync only the changed data > in a day rather then all the data daily, keep in mind the remote > servers data would be Windows, Linux and Apple computers so the > technology must be compatible with all ... Rsync should suit your needs. Port: /usr/ports/net/rsync Site: http://samba.anu.edu.au/rsync/ For Windows: http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp (never tried it) Cheers, ~ Jason Morgan