From owner-freebsd-questions Mon Aug 20 14:49:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from email.accessus.net (email.accessus.net [209.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 9610137B417 for ; Mon, 20 Aug 2001 14:49:11 -0700 (PDT) (envelope-from joe@jwebmedia.com) Received: from [209.145.133.59] (account jkoenig@accessus.net HELO jwebmedia.com) by email.accessus.net (CommuniGate Pro SMTP 3.4.8) with ESMTP id 14277884 for freebsd-questions@FreeBSD.ORG; Mon, 20 Aug 2001 16:48:49 -0500 Message-ID: <3B818768.C276E696@jwebmedia.com> Date: Mon, 20 Aug 2001 16:55:52 -0500 From: Joseph Koenig Reply-To: joe@jwebmedia.com Organization: jWeb New Media Design X-Mailer: Mozilla 4.77 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unix Backup Options References: <3B817889.681AC1C5@jwebmedia.com> <3B817DAB.689A522C@iowna.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill, thanks for the info. My system should be able to fit on the tape. Does dump compress the data automatically, or should my tape drive do that? Are SCSI tape drives usually at /dev/st0? /dev/st0 isn't found on my system. Anywhere else a tape drive will normally show up, or have I discovered that FreeBSD is not recognizing my tape drive? Thanks, Joe Bill Moran wrote: > > Joseph Koenig wrote: > > > > I've been reading about backup options for Unix, and have found the > > standard dump, dd, tar and cpio options. Just wondering if these were > > the commonly used methods, or if there were better methods out there? > > Dump looks pretty useful, but it apparently works best when set up to > > follow an algorithm, which to me, looks difficult to implement via cron. > > Any opinions? Thanks, > > I generally use dump as a cron job to do full backups every day (during > off-peak hours) For this, it works great. > If you're filesystem won't fit on a single tape and/or there is some > other reason you can't take this approach, dump does offer options for > incremental backups, I assume this is the "algorithm" you're talking > about. It can be a little confusing. > Also, dump handles multi-tape backups well. I have one client with a > HUGE filesystem setup to rsync to a staging (backup) server during off- > peak hours. The sysadmin can then backup to tape at his leasure during > the day. The backup always comprises at least 2 25G DATs, and sometimes > three. > amanda is a possible option if you have more complex needs. It's in the > ports. I haven't used it so I can't really vouch for it or not. > There is also a commercial product available called BRU. I've not used > it either (so I can't give an opinion) but you can find out more by > searching http://mall.daemonnews.org > > Hope this helps, > Bill > > -- > "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message