rsync newbie

2005-09-13 Thread Scott Miller
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

Re: rsync to bakup server

2004-07-29 Thread Scott Miller
> 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

rsync to bakup server

2004-07-28 Thread Scott Miller
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

Re: backup complete server

2004-07-22 Thread Scott Miller
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]

backup complete server

2004-07-19 Thread Scott Miller
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