From owner-freebsd-questions@FreeBSD.ORG Fri Oct 14 19:44:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BE25216A41F for ; Fri, 14 Oct 2005 19:44:13 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6949E43D55 for ; Fri, 14 Oct 2005 19:44:13 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j9EJiBBn020047; Fri, 14 Oct 2005 15:44:11 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j9EJiB3T020046; Fri, 14 Oct 2005 15:44:11 -0400 (EDT) From: Jerry McAllister Message-Id: <200510141944.j9EJiB3T020046@clunix.cl.msu.edu> To: danstemporaryaccount@yahoo.ca (daniel) Date: Fri, 14 Oct 2005 15:44:11 -0400 (EDT) In-Reply-To: <200510141520.21566.danstemporaryaccount@yahoo.ca> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Looking for recommendations for external USB2.0 tape backup 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: Fri, 14 Oct 2005 19:44:13 -0000 > > My boss has asked me to try to find a tape-backup solution for our largely > FreeBSD network of machines and I'm not having a lot of luck, so I was hoping > for some enlightend pointers from the list. > > We need the following features: > 20GB+ capacity > USB 2.0 > External > < $600CDN > > Unfortunately, I've only been able to find two drives that fit our > requirements, one from Ceterance: > http://www.certance.com/products/travan/travan40/STT6401U2-SST > the other from HP who claims that theirs only works with HP-UX. Does anyone > know if (a) either of those units play nice with FreeBSD? or (b) if there > are other tape backup solutions available? Any SCSI tape drive will work nicely with FreeBSD. We have a few different levels of DAT DDS-2, DDS-3 and DDS-4 as well as DLT and LTO drives in various systems - all on SCSI. Dell sells DLT and DAT. HP is pushing LTO (they call Ultrium). The DLT and LTO performance are all outstanding. If you do frequent backups (recommended) I would steer away from the DAT (DDS...) because they really can't handle the heavier usage. Reliability becomes a problem over time. On some other systems we also have AIT drives working well but I haven't used them on FreeBSD yet. Unfortunately the DLT and LTO drives are rather expensive. But the high speed and reliability will be worth it in the long run. As for software, we just use dump(8)/restore(8). ////jerry > > Thanks for any insight. > >