Re: backup complete server

2004-07-22 Thread Scott Miller
Scott - Original Message - From: "Jim Salter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 19, 2004 12:50 PM Subject: Re: backup complete server > Remove the IP address you have stuck in front of the double-colon. > > rsync -v 10.28.123.232:: > &

Re: backup complete server

2004-07-19 Thread Jim Salter
Remove the IP address you have stuck in front of the double-colon. rsync -v 10.28.123.232:: That should provide you with a list of the modules you have set up on your rsync daemon on the server. Except that it doesn't look like you have any defined. Here's an example module definition: [etc] p

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