Archive for February, 2008

Extracting a file in Vista is surprisingly slow

Tuesday, February 19th, 2008

Where I work, I routinely get a zip file that contains files for a website. It has multiple file and folders. I simply copy these files into the directory for the website but this time I thought I’d unzip the file first to see just how long it takes. I’ve heard Vista’s extraction is slow…but I didn’t think it could be this bad.

slow

This system is pretty new, 10k drives, 2.4Ghz C2D processors.

RAID is not backup

Friday, February 8th, 2008

One thing that a number of people overlook is that RAID is NOT a backup solution. That’s right, say it with me, “RAID is not a backup solution.” RAID is at most a data availability solution and nothing more. With that in mind it is always good to have a backup. This post will concentrate on creating a backup script and routine for my Linux server as well as my Mac. Since the Mac is UNIX based I can back it up in much the same way as I do my Linux server.

Please keep in mind that this method assumes a lot of things and should not be considered for a business environment where security is more important. My method involves creating a public/private ssh key without a passphrase and worse, the root password for my MySQL server is also coded into this script. Since this is all DIY, you can expand whatever you do to be a bit more secure.

(more…)