From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 05:51:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 746ABB02 for ; Thu, 4 Dec 2014 05:51:41 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32270C06 for ; Thu, 4 Dec 2014 05:51:41 +0000 (UTC) Received: by mail-ig0-f174.google.com with SMTP id hn15so18175942igb.7 for ; Wed, 03 Dec 2014 21:51:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/nwevscP1piIii0bFzZ+oDBpWm6zWttvTR1zkj3Ulds=; b=jJ23DGq3c+dgFtAd1NFwbiG+QSa8CXfsxv8HuuURP0xrv/MpDuM+KwQH8uPD5eYfwe SE+XTncehORV9/0EQWlwq+imxkphJX1xvgfTP/OukunaO3r1SGD/Kt1wLeltzWonH6Hq aUqXRZAzwRJXFx6NnUDgALjyh0uTcOnYZUuNToHHGrBvVlPpgM/kpuUqaplQj6+kH1PK vdrdmWUE80OHB21+aT4Hj/prASrnIvPv9boClAxGJvNx1GrHgdVeXRRjGpQ3DVfAXxZT /ldevondubYAkDf3EDV3nEc1sS7EcAEq/LgJgOFNcqFILjDWuIwFv6n4pDJL7B3yY3ro SIwA== MIME-Version: 1.0 X-Received: by 10.107.31.82 with SMTP id f79mr8365339iof.52.1417672300520; Wed, 03 Dec 2014 21:51:40 -0800 (PST) Sender: olivier2553@gmail.com Received: by 10.107.29.77 with HTTP; Wed, 3 Dec 2014 21:51:40 -0800 (PST) In-Reply-To: <547FE590.1050403@yahoo.com> References: <999d7e80e60f466682c736f275b75788@Server02.ad.ezmax.ca> <547FE590.1050403@yahoo.com> Date: Thu, 4 Dec 2014 12:51:40 +0700 X-Google-Sender-Auth: ErVXuzN7bZgPVqckDa6ImHRNOEE Message-ID: Subject: Re: Backup solution for freeBSD/Symantec Backup exec porting From: Olivier Nicole To: Paul Pathiakis Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 05:51:41 -0000 Hi, > As for storage, I might suggest a RAID5 or RAID6 with 4 TB SATA drives. The > drives are pretty much going to be write once and read a few, pretty static > in other words. Depending on the type of back-up you need, no RAID may be better. It really depends on what you intend to do with your data. > Also, if you want > to keep growing the repository, they have 45 disk expansion chassis. You mean 72 ;) > The > other issue is keeping the disk powered and online. That's power and heat. > More $$$ versus tape. Considering it's back-up, you don't need to have the disks spinning 24/7. Automount should be able to spin-up the disk before mounting and sping-down after dismounting. BR, Olivier