(really stupid) Zone file question
Fred
puissante at biz.puissante.com
Sat Apr 30 11:19:01 EDT 2005
Well, I've created a script that runs rsync and manipulates certain
files. Since I want the slave to be a "prefect mirror", I've taken some
liberties to that end. The named.conf is an exact copy on both systems,
BUT I've included config info for both in the same file -- namely, the
listen-on option listing IP addresses to listen to on both machines.
Seems to work, and will do until I have time to get a more elegant
solution in place.
The script itself is run every 2 hours, and reloads Bind after the sync.
Ideally, I want to only reload Bind if there is a delta, but I can work
in that detail later.
All in all, it seems to work well. Rsync is particularly nice, since it
has a --delete option to delete files on the receiving end that were
deleted on the source. Sweet. And it also properly handles symbolic
links. Even sweeter.
-Fred
More information about the gnhlug-discuss
mailing list