From owner-freebsd-questions@FreeBSD.ORG Mon Jan 3 16:11:22 2005 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 30AB716A4CE for ; Mon, 3 Jan 2005 16:11:22 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A639443D39 for ; Mon, 3 Jan 2005 16:11:21 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so66924rne for ; Mon, 03 Jan 2005 08:11:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gpUBDj2oi/TsNvSyzgthpgVQQvVwgzKcTB4OOegzw5HTbuCSGeBQt2BxnTkdHXlYQgsOoyAkbNdsxenprNIjuQr9TnWNB9FHdNwis8TyiGagLOmVRt3+xTRs4xZEeQtj3d+l+EBqMb8lDTjM8uMY1gCRQiUp+IWnyhTfoc6ZwsQ= Received: by 10.38.13.9 with SMTP id 9mr262608rnm; Mon, 03 Jan 2005 08:11:19 -0800 (PST) Received: by 10.38.22.52 with HTTP; Mon, 3 Jan 2005 08:11:18 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2005 11:11:18 -0500 From: Danny To: Sitkei Attila In-Reply-To: <41D93287.8070105@pmihiv.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041230175745.A151A16A4D0@hub.freebsd.org> <41D455CF.2040802@gromit.dlib.vt.edu> <41D93287.8070105@pmihiv.hu> cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD server(s) to backup multi-platform systems remotely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2005 16:11:22 -0000 On Mon, 03 Jan 2005 12:54:47 +0100, Sitkei Attila wrote: > > >>> From a backup point of view, my goal... > >> > >> > >> On a nightly and automated basis - to take a snapshot of all new and > >> modified data from a FreeBSD server and Windows server. Then compress > >> and hopefully encrypt the data and send it to a remote FreeBSD server > >> through some form of efficient and secure file transfer. Uncompressed > >> the nightly data may total ~20MB. > > > > It is worth to take a look at http://www.fluffy.co.uk/boxbackup/, which is > a tool focusing on automated (`lazy') or snapshot backup. Supported are most > unices, there is no FreeBSD-port however. A windows' client utility is work > in progress, though usable via cygwin now. Its main advantages: > * backups via encrypted streams, public key infrastucture > * only modified parts are to be transported > * preserving the overwritten or deleted files > * quota-support > * userland RAID-option I had never heard of boxbackup before, so thank you for the link! This tool appears to be the closest to what I am looking for. Hopefully the development continues. Cheers, ...D