From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 16:14:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD9A16A4CE for ; Tue, 18 Nov 2003 16:14:53 -0800 (PST) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD6A43FB1 for ; Tue, 18 Nov 2003 16:14:51 -0800 (PST) (envelope-from brently@bjwcs.com) Received: from SAMBA ([68.98.26.35]) by fed1mtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031119001447.LGO9010.fed1mtao08.cox.net@SAMBA>; Tue, 18 Nov 2003 19:14:47 -0500 From: "Brent Wiese" To: , Date: Tue, 18 Nov 2003 17:19:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <010f01c3ad4a$fb780d80$0701a8c0@darryl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcOtSnujFb0XoMlkQbGVic+ew4fZ7wA5fDuA Message-Id: <20031119001447.LGO9010.fed1mtao08.cox.net@SAMBA> Subject: RE: Backup Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 00:14:53 -0000 > Greetings, > I have an NT 4 server Sorry to hear that. I'm sure you realize MS no longer officially supports NT4 right? Well, no matter, on to the real questions... > that I wish to back its data up to a > FreeBSD box running Samba. The thought being that > since I cannot back all the NT 4 data up to one tape > (24GB compressed), that I could back it up every other night. > The nights it didn't go to tape, it would go to the Freebsd box. Why bother with tape at all? The speed is abysmal. If you need the ability to move the media, buy 5 USB 2.0 or Firewire external 100+GB drives. Oh, that's right, you're running NT 4. ;) > Should I use Freebsd 4.x or 5.x ? The disk drives in the to > be installed FreeBSD box are SCSI. Should I use Vinum ? I don't know about 4 vs 5. I only use 4.x. Your limiting factor here is going to be network speed. You could remove a possible disk bottleneck using vinum, but you'd want to stripe the disks and then you double (or x # of drives) your risk of a drive failure. If you have all night to run the backups, then staying at 100bt is probably fine, but you may want to consider gig-e. If you do that, you can run jumbo frames and get much better perf. Even if you stick to 100bt, you should probably tune things some. I can't remember if NT4 supports changing tcpwindow sizes, but its probably worth looking into, even if they're very close to each other (< 2ms). > Just curious about others thoughts before I start setting it up. You should look into this software: http://backuppc.sourceforge.net/info.html Do you already have the hardware for this box? If you don't, instead of spending money on scsi, you may want to consider using serial ATA and 3Ware's RAID cards. Put 4 or 5 SATA drives on a 3Ware in RAID5 and you have a cheap speedy fault-tolerant system. SATA drives are only like $10 more than their parallel ancestors. I've given up scsi in favor of this config. I just built a 6TB system using 24 SATA drives and 2 3Ware 12 port controllers and its *very* fast. I haven't speed tested it yet, but I also have a 2TB system using 12 ata133 drives and a single 3ware 12 port card and I can write at over 110mb/s over gig-E (reads are somewhere around 170mb/s). I expect the new sata one will be limited more by nic now. Good luck! If you decide you might want to go the 3ware route, let me know and I can put you in touch with the vendor I have build these for me. Great pricing and excellent service. Brent