From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 16:13:55 2004 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 4B00316A4CF for ; Thu, 30 Dec 2004 16:13:55 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD02443D41 for ; Thu, 30 Dec 2004 16:13:54 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so48246rna for ; Thu, 30 Dec 2004 08:13:54 -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=qEHs8IKHWTQMOP1Sta6KZ/Bt3Mpcf+oiRyoZZV8oklKIrPreATzZHpZe/nnwJHKrs3OSgUYUhWTUckiiJ/Q3FixQ84ZbaS84OBNogrjDshNba2Re3ztgdgkI9i+4kRYeq+YErUE5DgsE9nQYMCbHt6YphcrP33fX7FuoiEu3kMk= Received: by 10.38.73.54 with SMTP id v54mr123920rna; Thu, 30 Dec 2004 08:13:54 -0800 (PST) Received: by 10.38.22.52 with HTTP; Thu, 30 Dec 2004 08:13:54 -0800 (PST) Message-ID: Date: Thu, 30 Dec 2004 11:13:54 -0500 From: Danny To: Lowell Gilbert In-Reply-To: <44652jon2p.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <44652jon2p.fsf@be-well.ilk.org> cc: 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: Thu, 30 Dec 2004 16:13:55 -0000 On 30 Dec 2004 09:52:30 -0500, Lowell Gilbert wrote: > And there's actually a *third* possible goal, which is quick recovery > of accidentally deleted (or overwritten, etc.) user data. UFS2 > filesystem snapshots are a remarkably easy way to provide this. This would be nice, but I am not going to get that granular at this point. Thank you for the reminder, though. > And then there's RAID, which doesn't solve any of these problems, but > can help you get back up fast after losing a disk. Hardware RAID, yes, for hardware failure. Got that covered. > Each of these goals has a different "best solution," and in some cases > the solution even depends on the details of the environment. Figure > out exactly what you need before deciding how to fill that need. >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. >From a restore point of view, my goal... To be able to download the compressed backup(s) from the remote server and restore the previous days data. Hopefully this explains my situation. Thank you, ...D