QUOTE (Red Squirrel @ Jul 8 2008, 11:25 PM)

I run my email, DNS, and game server on same box and hosting on a shared hosting package (want to migrate it once I get around to figuring out phpsuexec and all that stuff).
My method is a little different though it consists of going:
cd /var/named/chroot/var/named/zones
cp somesite.com newzone.com
vim newzone.com
*edit appropriately*
:w
:q
service named restart
I'm either a geek, or I'm old fashioned.

I plan to code a full blown control panel system though.
Thanks for that. I'm a bit of a DNS newbie, although, I've been coding/running servers for years. I've been playing around with named on a server that won't affect much, but I wanted the crutch of the control panel. Good to know where to find stuff to back up my DNS zones, though!