From owner-freebsd-isp@FreeBSD.ORG Tue Oct 23 21:28:26 2007 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5651B16A41A for ; Tue, 23 Oct 2007 21:28:26 +0000 (UTC) (envelope-from mario@schmut.com) Received: from mail.schmut.com (mail.schmut.com [66.92.49.2]) by mx1.freebsd.org (Postfix) with SMTP id 463EF13C4B2 for ; Tue, 23 Oct 2007 21:28:26 +0000 (UTC) (envelope-from mario@schmut.com) Received: (qmail 73307 invoked by uid 89); 23 Oct 2007 21:01:27 -0000 Received: from [192.168.223.4] (192.168.223.4) by snoopy.schmut.com (tmda-ofmipd) with ESMTP; Tue, 23 Oct 2007 14:01:26 -0700 To: freebsd-isp@freebsd.org Date: Tue, 23 Oct 2007 13:59:44 -0700 User-Agent: KMail/1.9.7 References: <471E2290.9040704@nlink.com.br> In-Reply-To: <471E2290.9040704@nlink.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710231359.45340.mario@schmut.com> X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Mario Theodoridis X-Primary-Address: mario@schmut.com X-Schmut-Approved: yes Cc: Subject: Re: Backups Hardwares for FreeBSD X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mario Theodoridis List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 21:28:26 -0000 On Tuesday 23 October 2007 09:34:24 Paulo Fragoso wrote: > Hi, > > We have a FreeBSD mail server with 1TB RAID 6 using Areca ARC-1220 > controler, all works fine. > > Today our backups are made on DDS-4 tapes, they are very slow and too > small, this is our problem. What is a good (modern) alternative to DDS-4 > working on FreeBSD? I'm not an ISP, but i found harddrives to be very effective. I use bacula to backup various locations. Once a month i do a full backup which gets copied on a 400G SATA harddrive and taken offsite. I have 2 of these 400G harddrives. One is always offsite. Then i have nightly incremental backups which i rsync offsite over the network. So i effectively have nightly offsite backups. The full data set used to be around a 150G. It's down to 80G now. Hot plugging the harddrive: I found USB2 to be flaky on FreeBSD resulting in either dropping to USB1 or locking up the box. I currently have an on board SATA controller that shows up as IDE. This allows using atacontrol attach/detach and works well. Most higher end disk controllers also facilitate hot plugging. This should scale well to larger datasets as larger harddrive become available. Harddrives are relatively cheap, fast and they're well protected. The only gotcha you might run into is doing nightly incremental backups over the net if the incremental datasets get too big. But you'll have that problem regardless of storage medium. A nightly incremental of my 6-stable server runs around 10-30M. This obviously varies on how much data changes are on a given box. mario;>