From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 00:00:34 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 74916B0E for ; Fri, 5 Dec 2014 00:00:34 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (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 3A2E7B8F for ; Fri, 5 Dec 2014 00:00:34 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id rd18so17035550iec.15 for ; Thu, 04 Dec 2014 16:00:33 -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=+lgEgkLXFSXooglHVjsZnXrsk+mmbIu3bT2Yld3gANY=; b=zNv5flYadWpepYOc/rZyCL8uq7Bx/d8GBeQYx9hI6fCaIUmd80QAe0Cpymkf8vbpHb ZeI+p5U5YmlbfrEF5Ds4UJLB/ihlug9I9gqydC1r0N5R2pH3bdAHAdG/orRuPWQvlWuG JpZfP7Jh5Ul2UILXRpAYKNol9fJxGDIx07EdFpzfJNK7bcNENS9qo/R2K1D4BXig8SQx 38tOQzbNf3kDOaFEVD2UVOhVroTL/1NdiZXxkqaTI+5x5/zC5HFoUKDnMrceExp6itpE nlg0mn9xbedB0x4s/25MebHoY0Aj/JBtJyaKSsdlWFUTF9XOVl1Im4pV/BjZRqhvuxf4 fOew== MIME-Version: 1.0 X-Received: by 10.107.135.34 with SMTP id j34mr12190702iod.84.1417737633529; Thu, 04 Dec 2014 16:00:33 -0800 (PST) Sender: olivier2553@gmail.com Received: by 10.107.29.77 with HTTP; Thu, 4 Dec 2014 16:00:33 -0800 (PST) In-Reply-To: References: <999d7e80e60f466682c736f275b75788@Server02.ad.ezmax.ca> <54809639.4070103@netfence.it> Date: Fri, 5 Dec 2014 07:00:33 +0700 X-Google-Sender-Auth: CscyrNiJnh83ojYri-zhxk0AWKk Message-ID: Subject: Re: Backup solution for freeBSD/Symantec Backup exec porting From: Olivier Nicole To: Ian Lord 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: Fri, 05 Dec 2014 00:00:34 -0000 Hi, > It's kinda hard for a hacker to format all the tapes in a library furthermore, some tapes will be put in a safe... Understanding that putting the tape away in a safe is a manual thing, you could also put an HD in a safe... One thing I like about the HD solution is that you need nothing to access your files (at least with Amanda): only dd(1) and tar(1); it can work even if Amanda server is dead. In fall 2011, we were flooded and had to move the datacenter. I packed the minimum amount of servers, but I also packed the backup HD, knowing that I could use them with no backup server) Bests, Olivier