Comments on: Backup Server Project http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: jambarama http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-6222 Mon, 17 Sep 2007 20:54:13 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-6222

Here’s my setup, it is fairly painless. 800mhz P3, 2x 10/100 nics, 128 mb RAM, 2x 250gb, 2x 120gb & 1x 20gb. The 20 gig drive has the OS on it (which of course I’ve backed up). Then I have two jbods – each as a 120 and a 250. I mucked around with setting up raid 1 on the two jbods, but what I did instead was just used cron to schedule rsync to run each night.

The machine does a lot for me. It runs stripped down debian (the net install disc, and I didn’t add much). No gui (of course). It sits in a closet on my 100mb lan, attached only to two ethernet cables and power. I log in with ssh. It acts as my dhcp server, my firewall, and file server. I mucked around with apache on it, but it is behind so many nat routers

Ethernet comes in to my apartment, hits a switch which leads to a WAP and my server. The server goes to another switch which acts as my trusted (wired) lan. Everything on the WAP is untrusted and outside of the protection of my server. Since I trust everything on the internal lan, the server serves files only on the lan, but provides rwx access over smb and nfs (I still have an XP box, so smb is necessary). I just have one of the jbod’s mapped on my desktop and laptop machines, and the other jbod is only used for backups.

All told the whole thing cost less than $600 – the hard drives were the most expensive (when I got the 120s, they were big, when I got the 250s, they were top of the line). Now I’d go with gigE, a bunch more ram (so I can do content filtering), 500+gb disks, I’d get an ISP that will give me a static IP, and I’d probably try to switch to openBSD (if I have a public IP, it’d be nice so I don’t have to worry about hardening debian). But that is for another time with a bunch more money.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-897 Tue, 29 Aug 2006 19:38:50 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-897

Hehe! That’s why it’s so cheap!

I didn’t really look at the specs – I just picked the cheapest one on the list to illustrate a point.

I would love to get taped, but the drives are insanely expensive these days. Any suggestions for a good tape drive on the cheap?

Reply  |  Quote
]]>
By: Shawn http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-895 Tue, 29 Aug 2006 16:11:39 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-895

Hey, that card you picked PCIIDE100R has a problem. it can only handle 137GB drive partitions.

Go tape. More investment up front, but the tapes can be real cheap.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-850 Wed, 23 Aug 2006 23:13:03 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-850

un4scene: hehe. Have you tried using ntbackup to automate the process? You could just set it up to run backup when you are sleeping or at work. With 3 drives you can possibly do a nightly backup using different drive each day. Or you could backup 3 times a week.

But you can’t stifle your creativity forever!

Travis: my wordpress uses mysql and it is backed up automaticall. I have a cron job that takes a nightly snapshot, tars it and then emails it to my secondary gmail account. Every once in a while I grab a fresh copy and store it locally.

I was meaning to write a perl script that would log into Gmail and grab the fresh email every day but I keep procrastinating that.

I’m more concerned with the crap I have on my hard drive. Granted, there is nothing really super important there, but it would suck to loose everything.

Reply  |  Quote
]]>
By: Travis http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-849 Wed, 23 Aug 2006 21:13:25 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-849

You should do a backup of your database on a thumbdrive and hide it somewhere… Personally… I have a pair of shoes that i have that i cut out the rubber under the padding.. and put it there… Now I dont recomend you wearing your shoes after this process but it is possible as i have done it. Its a great safe secure way to keep a back up of your database incase all goes wrong.
Unless ofcourse wordpress (i assume your running wordpress) stores things in a flatfile. you can get a nice big thumbdrive relitivly cheap, and they dont corrupt as easy as a harddrive.

Reply  |  Quote
]]>
By: un4scene http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-841 Wed, 23 Aug 2006 14:48:15 +0000 http://www.terminally-incoherent.com/blog/2006/08/22/backup-server-project/#comment-841

Aha! Now you see why I am the proud owner of 3 external hard drives, none of which I have a handle on and have now settled on the solution that not working on anything on any drive or computer at home is the sure way to not loose anything at anytime.

Yes, I’m in my freak-out avoidance mode, why do you ask? :D

Reply  |  Quote
]]>