LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is bind (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-bind-657571/)

nawuza 07-22-2008 10:12 PM

what is bind
 
hello..
i am writing a script which more on backup things.what i have done is only backup mysql.the problem is how i need to backup bind thing?!

MS3FGX 07-22-2008 10:13 PM

BIND is the Unix DNS server. I'm not sure why you are worried about backing it up if you don't even know what it is, though...

nawuza 07-22-2008 10:20 PM

well..i just playing around in linux..so you gimme a guidance on backing up bind?

paulsm4 07-22-2008 10:25 PM

Hi -

If you've got a good system backup tool (a third party commercial product, "amanda", etc etc) it will probably back up your DNS database automatically for you.

But if you're interested, here are a couple of links explaining where you're likely to find the actual files used by the DNS database:

http://articles.techrepublic.com.com...1-1052952.html
http://www.debian.org/doc/manuals/ne...r/ch-bind.html

'Hope that helps .. PSM

trickykid 07-22-2008 10:36 PM

/etc/named.conf and the zone files in /var/named or in the chroot if it's setup that way.

nawuza 07-22-2008 10:40 PM

i use my own script. i need to backup the mysql(done),bind,mywebsite(done) and then i need to restore the backup file into another linux machine(other vmware)..i use vmware.

nawuza 07-22-2008 11:47 PM

hello...echo..
i just install bind using yum -y install bind.

what i need to do next?:scratch:

salasi 07-23-2008 03:08 AM

There seems to be no point in backing up your bind namespace database (bind won't use any backup that you make of the association between names and ip addresses), but, as ever, if you modify the configuration of a utility you will want to backup the changed config files (and, of course, you've kept a safety copy of the unmodified config file too, haven't you?).

There may or may not be a point in backing up config files if you have not modified them. My approach has tended to be, if I can put it back in its original state by plugging in a CD that I have in my possesion, I'm not that bothered (if all you have is what is on the 'net, that might change or become unavailable, so that might require a notching up of the paranoia level), but in an enterprise environment you might have to be more careful.

So, if you are happy that you don't need to back up stuff that you can restore from a CD, your question seems to reduce to "Please tell me where the files are that I have modified, so I can back them up". Oddly, I don't seem to be the best placed person to do that. If you are modifying files and you do not know what you have modified, then you may have bigger problems.

trickykid 07-23-2008 09:49 AM

Quote:

Originally Posted by nawuza (Post 3223332)
hello...echo..
i just install bind using yum -y install bind.

what i need to do next?:scratch:

Well, if you have custom domains you're going to host or do host, you configure them. Or are you asking what to do about backing it up? Like the previous member stated, if you don't have any customizations of Bind and you're only using it as a cache naming server, there's really no point in backing it up.


All times are GMT -5. The time now is 06:39 AM.