Re: setting up rsync as a server

2003-09-18 Thread jw schultz
On Thu, Sep 18, 2003 at 11:06:44AM -0700, [EMAIL PROTECTED] wrote: > > I currently am running rsync between two servers over ssh. I am running > these sync's every 10 min. via a cron job and everything seems to be > running fine. My question is will I get better performance if I set one of > my

Re: error from rsync2.5.6

2003-09-18 Thread jw schultz
On Thu, Sep 18, 2003 at 09:50:53AM -0700, Jennifer Lu wrote: > > > Hi Dave, > > Thanks for the tips, I gave it a try and still got the same error. > > I compiled rsync2.5.6 on Solaris 9 successfully. I tried to > run rsync with the same version on both servers as follow: > > source.server:/u

Re: Not connecting remotely

2003-09-18 Thread jw schultz
On Thu, Sep 18, 2003 at 05:36:09PM -0400, Bryan Gilchrist wrote: > > Bryan, how 'bout starting with the command you tried to > > execute - copy and paste it in here. > > I'm testing it via the cron job I set up. The cron job is set to run at 3:00 > AM, and it runs a file I created called rsync.dai

Re: Not connecting remotely

2003-09-18 Thread Bryan Gilchrist
> Bryan, how 'bout starting with the command you tried to > execute - copy and paste it in here. I'm testing it via the cron job I set up. The cron job is set to run at 3:00 AM, and it runs a file I created called rsync.daily. Here's the command in rsync.daily that it's having a problem with: rsy

Re: Not connecting remotely

2003-09-18 Thread Hardy Merrill
Bryan, how 'bout starting with the command you tried to execute - copy and paste it in here. There are people listening here - before you are likely to get much help, you'll need to 1. demonstrate that you have at least RTFM, and 2. provide as much background info as you can think of, li

Not connecting remotely

2003-09-18 Thread PaintballChannel.Com
I've got rsync working locally, and have it set up to back-up files from another machine, but when I test it, I get the following: @ERROR: Unknown module 'rsync' rsync: connection unexpectedly closed (43 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) An

Backups

2003-09-18 Thread Bryan Gilchrist
After I do my initial backup of a server to another server, the next time it does a backup, it will only copy the files that are new or have changed, right? I have over 5,000 images on one of my servers and I'd hate to see it copy them all every time the cron job is run... -- To unsubscribe or ch

setting up rsync as a server

2003-09-18 Thread Cary_Anderson
I currently am running rsync between two servers over ssh. I am running these sync's every 10 min. via a cron job and everything seems to be running fine. My question is will I get better performance if I set one of my servers up as a rsync server? What are the advantages/disadvatages of settin

Re: error from rsync2.5.6

2003-09-18 Thread Jennifer Lu
Hi Dave, Thanks for the tips, I gave it a try and still got the same error. I compiled rsync2.5.6 on Solaris 9 successfully. I tried to run rsync with the same version on both servers as follow: source.server:/usr/bin/rsync.256 --rsync-path=/usr/bin/rsync.256 --rsh=/usr/bin/ssh -C --stats

Backing up from server to server...

2003-09-18 Thread Bryan Gilchrist
I have two servers at two different locations, and I'm looking to do daily and/or weekly backups of certain directories from one server to the other (and vise versa). What's the best way to go about doing this? -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Bef

Re: bad hardlinks with rsync

2003-09-18 Thread jw schultz
On Thu, Sep 18, 2003 at 03:17:22PM +0200, Chris Tarnutzer wrote: > Hi List > > I've experienced some problems with rsync. I'm backuping a complete > machine's rootdirectory. After completion I see in the log of the > output, that rsync links some files which are surely *not* the same > on the sour

Re: modified include-from file not taken into account.

2003-09-18 Thread Loris Serena
Bingo! Great stuff, thanx a mill! ;-) L jw schultz wrote: On Thu, Sep 18, 2003 at 01:44:09PM +0100, Loris Serena wrote: [redacted for brevity] Using rsync 2.5.6 on Solaris 7/8 boxes: [snip] ${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats --include-from=/opt/pictures/rsync-include /u

bad hardlinks with rsync

2003-09-18 Thread Chris Tarnutzer
Hi List I've experienced some problems with rsync. I'm backuping a complete machine's rootdirectory. After completion I see in the log of the output, that rsync links some files which are surely *not* the same on the source System. Or well, it says, that it makes links, using the filename1 => file

Re: modified include-from file not taken into account.

2003-09-18 Thread jw schultz
On Thu, Sep 18, 2003 at 01:44:09PM +0100, Loris Serena wrote: [redacted for brevity] > Using rsync 2.5.6 on Solaris 7/8 boxes: > [snip] >${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats > --include-from=/opt/pictures/rsync-include /usr/local/apache/htdocs/ > ppukweb${i}:/usr/local/ap > ache/htdo

modified include-from file not taken into account.

2003-09-18 Thread Loris Serena
Hello list, Using rsync 2.5.6 on Solaris 7/8 boxes: I was happily running this script via crontab: $ more webrsync.ksh #!/bin/ksh # @(#) File synchronization across hosts using rsync #Description : # # Created : 4 September 2003 # Author: Loris Serena set -x LPATH=/usr/local/bin for i