Displaying 1 result from an estimated 1 matches for "realxfer".
Did you mean:
realuser
2001 Jul 27
0
(fwd) Re: rsync and named-xfer
...ard named-xfer for zones not listed in
# /etc/bind/named-rsync.conf
#
# Copyright Craig Sanders <cas@taz.net.au> 2001
#
# This software is licensed under the terms of the GNU
# General Public License.
# configuration variables. adjust to suit your system
$dir="/var/cache/bind" ;
$realxfer="/usr/sbin/named-xfer" ;
$rsync="/usr/bin/rsync" ;
# read in the config file
# format is:
# domain hostname/ip rsync_SRC filename
$conffile="/etc/bind/named-rsync.conf";
open(CONF,"<$conffile") || warn "couldn't open $conffile: $!" ;
while(...