From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 7 23:07:28 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF8916A41F for ; Mon, 7 Nov 2005 23:07:28 +0000 (GMT) (envelope-from ray@redshift.com) Received: from outgoing.redshift.com (outgoing.redshift.com [207.177.231.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA65543D7F for ; Mon, 7 Nov 2005 23:07:27 +0000 (GMT) (envelope-from ray@redshift.com) Received: from workstation (216-228-19-21.dsl.redshift.com [216.228.19.21]) by outgoing.redshift.com (Postfix) with SMTP id 82722977F9; Mon, 7 Nov 2005 15:07:26 -0800 (PST) Message-Id: <3.0.1.32.20051107150725.00b025f8@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Mon, 07 Nov 2005 15:07:25 -0800 To: Carlos Silva aka |Danger_Man| , freebsd-hackers@freebsd.org From: ray@redshift.com In-Reply-To: <436FD8B3.8060808@csilva.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Subject: Re: Backup methodes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 23:07:28 -0000 At 10:44 PM 11/7/2005 +0000, Carlos Silva aka |Danger_Man| wrote: | Hi, | | what is the best method to backup network information and local disk | information with another disk? | | regards, | | carlos silva, Depends on how much info and if you can take the machine out of production. For most stuff, I use tar -czf or something along those lines (e.g. to move directories or backup important information on servers). If you have a 120GB hard drive you need to make an exact copy of, I usually pull it from the machine (if it's not in production) and use a diskology IDE cloner to make an exact backup. Another method is to stick a 300GB or 400GB drive into a USB enclosure and then just plug that in and copy data that you need. You can also use tape drives, although I've never been a big fan of them myself. Not with hard drives so cheap. Yet another option is to use a DVD burner and back up 4 or 8GB's a time to something you can store off site. Anyway, hope that helps a bit :) Ray