I am attempting to set up a "backup server" using
rsync - it will store the backups from my 5 other servers and initiate the rsync
process to pull the information over to itself. From there, it will all be
going to tape.
I've read just about everything I could the past
few weeks, and feel
> On Wed, Jul 28, 2004 at 03:27:56PM -0600, Scott Miller wrote:
> > [EMAIL PROTECTED] root]# rsync -rv 10.28.123.232::web
> [...]
> > Now, I put a file in the /var/www/html directory of the Primary server -
but
> > it never seems to get transfered to the backup serve
In an attempt to copy a particular directory or file from the "primary"
server to the "backup" server - it looks as though rsync is wanting to work,
but nothing is copied.
primary - 10.28.123.232
backup - 10.28.123.230
rsyncd.conf file (on primary server)
---
uid = 0
gid = 0
use
primary = 10.28.123.232
backup = 10.28.123.230
On the "primary" server, I have edited my rsyncd.conf file to the following:
uid = 0
gid = 0
use chroot = no
max connections = 4
syslog facility = local5
pid file = /var/run/rsyncd.pid
read only = true
list = false
hosts allow = 10.28.123.230
[etc]
I'm new to rsync, and am setting up two servers (Fedora Core 1) - one bing
the "primary" and one the "backup".
primary: 10.28.123.232
backup: 10.28.123.230
On the primary server, I have the following rsyncd.conf file:
pid file = /var/run/rsync.pid
path = /
use chroot = false
read only = true
l