[PLUG] DNS question

Eric Wilhelm scratchcomputing at gmail.com
Thu Sep 22 19:49:30 UTC 2005


# 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 ...

--Eric
-- 
"Insert random misquote here"
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------



More information about the PLUG mailing list