[PLUG] DNS question

Ed Sawicki ed at alcpress.com
Thu Sep 22 19:53:46 UTC 2005


Eric Wilhelm wrote:
> # from Ed Sawicki
> # on Thursday 22 September 2005 12:20 pm:
> 
> 
>>Use scp to securely push the zone files from the
>>"master" to the other masters. Whenever you make changes to any zone
>>file, send that zone file to the other two servers using scp. Automate
>>this however you like - a Makefile, a script, etc.
> 
> 
> It seems like rsync over ssh would be more efficient (assuming it is 
> available on both systems), and would also work better if you are 
> pushing a directory which may have had files deleted.
> 
>   rsync --rsh=ssh -a --delete ...

Sure. It's what I do. I was trying to keep it simple.
Greater efficiency can also be achieved by using something
other than BIND.

Ed




> 
> --Eric




More information about the PLUG mailing list