I want to say that DNS server has primary and secondary zones. I need an exact replica current DNS server, not a secondary DNS server. That is to say; If current DNS server has:
x.domain1 - > primary
y.domain2 - > secondary
My new DNS server must also have it,i.e:
x.domain1 - > primary
y.domain2 - > secondary
How can I do this?
Thanks.