From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 12:46:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22ECF16A41B for ; Fri, 21 Sep 2007 12:46:08 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6F413C458 for ; Fri, 21 Sep 2007 12:46:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l8LCk2aO014914; Fri, 21 Sep 2007 14:46:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l8LCk11i014911; Fri, 21 Sep 2007 14:46:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 21 Sep 2007 14:46:01 +0200 (CEST) From: Wojciech Puchar To: Norberto Meijome In-Reply-To: <20070921213003.3ed9eac7@meijome.net> Message-ID: <20070921144303.A14876@wojtek.tensor.gdynia.pl> References: <46F39005.1050208@gmail.com> <20070921131332.H14163@wojtek.tensor.gdynia.pl> <20070921213003.3ed9eac7@meijome.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subhro Kar , dhaneshk k , freebsd-questions@freebsd.org Subject: Re: Cheaper backup mechnism for a server 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, 21 Sep 2007 12:46:08 -0000 > > raid is a good solution for avoiding data loss due to hard disk failure (at > different rates depending on the raid type ). But it wont help you if someone > accidentally or on purpose delete files. Raid will happily replicate the > deletion across all your disks :) of course, that's why i use rsync, and use cp -lpR to make multiple generations on backup server every day. i delete the oldest when there are out of space. but gmirror+ggated/c is a good idea for those having more than 1 server and gigabit interfaces - do mirrorring spanning different machines (like mirror of first on second, mirror of second - on first). PLUS BACKUPS. > the server back online" step ;) it's too late by then to realise you should've > backed up /etc and /var/ , for example. best to do exclude - instead of include - backup list