Displaying 2 results from an estimated 2 matches for "rsync_src".
Did you mean:
rsync_rsh
2006 Jun 06
13
DO NOT REPLY [Bug 3825] New: rsync won't delete directory with excluded files
...uded files in it (i.e. imply
--delete-excluded just for the deleted hierarchy).
(I can't use the --delete-excluded option in the script because this backup is
done is several pieces, with the top-level backup having excludes for the
hierarchies done separately.)
Demo script:
rm -rf /tmp/rsync_src /tmp/rsync_dst
mkdir /tmp/rsync_src /tmp/rsync_dst
mkdir /tmp/rsync_src/dir
echo txt >/tmp/rsync_src/dir/file.txt
echo tmp >/tmp/rsync_src/dir/file.tmp
echo
echo '$' \
rsync -va /tmp/rsync_src/ /tmp/rsync_dst/
rsync -va /tmp/rsync_src/ /tmp/rsync_dst/
rm -...
2001 Jul 27
0
(fwd) Re: rsync and named-xfer
...t matter
};
};
you have to specify the masters { ... } section, but it will be ignored
by the rsync named-xfer. you tell it where to fetch the zonefile from in
the named-rsync.conf file.
3. create an /etc/bind/named-rsync.conf file like so:
---cut here---
# domain hostname/ip rsync_SRC filename
example.com x.x.x.x zonefile example.com.db
---cut here---
this will cause rsync to fetch x.x.x.x::zonefile/example.com.db
this version requires you to specify the hostname to fetch the zonefile
from...a future version may extract that information from the named-xfer
command line...