From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 02:47:27 2009 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 D9983106566B for ; Mon, 2 Feb 2009 02:47:27 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id AB4BA8FC17 for ; Mon, 2 Feb 2009 02:47:27 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id n122l6el094823 for ; Sun, 1 Feb 2009 20:47:16 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200902020247.n122l6el094823@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Sun, 01 Feb 2009 20:47:06 -0600 From: Martin McCormick Subject: Re: Looking for a Good FreeBSD and General Unix Backup System 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: Mon, 02 Feb 2009 02:47:28 -0000 After all the good suggestions by several people from this list, I think we will go with dump and restore. I used to use dump around ten years ago when our departmental Unix work station was a Sun and I don't ever remember it letting us down, even after something dreadful happened to the main drive and I had to rebuild it. There turns out to be a dump package for Linux which should give us the coverage we were looking for. The scripts I set up for doing backups are much smaller and easier to maintain with dump with the idea being that a shell script determines whether this is week 1 through 5 in a given month. The first day of that week is Level 0 followed by 6 more levels until we start another week such that the path to a backup looks like 02-1/systemname/systemname_0 systemname_1 and so forth. The defaults appear to be slightly different between the bsd dump and Linux's dump, but it wasn't difficult to get both to dump one volume containing all the inodes to a file which is actually a named pipe on the backup server. Many thanks to all. Martin McCormick