Re: updating server with rsync????

2003-09-23 Thread Ron DuFresne
The key here is that the user doing the rsync process has enough permissions to read all the files of the other users, and that -pog are included in the parms passed to rsync . Something like; cd filesys-tosync rsync -azvv . [EMAIL PROTECTED]:file-sys-mirror Thanks, Ron DuFresne jw schult

Re: updating server with rsync????

2003-09-23 Thread jw schultz
On Wed, Sep 24, 2003 at 05:45:19AM +, Payal Rathod wrote: > Hi, > I have 2 ftp servers with 3 identical users. > I want server B to be updated of server A. > Whatever changes mmade by users on server A should be made on server B > say every 5 hours. As long as it is unidirectional, yes. > >

updating server with rsync????

2003-09-23 Thread Payal Rathod
Hi, I have 2 ftp servers with 3 identical users. I want server B to be updated of server A. Whatever changes mmade by users on server A should be made on server B say every 5 hours. Is rsync the right tool to use here? Can rsync be used such that only changed files are downloaded? Thanks a lot an

Re: Logging updated files?

2003-09-23 Thread jw schultz
On Wed, Sep 24, 2003 at 03:38:06PM +1000, Martin Pool wrote: > Why did you send six copies of this? He got NDR delevery delay notices and mistook them for bounces. -- J.W. SchultzPegasystems Technologies

Re: Logging updated files?

2003-09-23 Thread Martin Pool
Why did you send six copies of this? -- Martin -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: same system syncs of filesystems, yet changing ownerships;

2003-09-23 Thread jw schultz
On Wed, Sep 24, 2003 at 12:52:50AM -0400, Ron DuFresne wrote: > Folks, > > I'm setting up to sync files from a staging env to a prodution env, such > that the filesystems for both are served via nfs to their respective > systems. Thus, I can do the rsync on the nfs server as a 'advanced cp'. >

same system syncs of filesystems, yet changing ownerships;

2003-09-23 Thread Ron DuFresne
Folks, I'm setting up to sync files from a staging env to a prodution env, such that the filesystems for both are served via nfs to their respective systems. Thus, I can do the rsync on the nfs server as a 'advanced cp'. rsnyc $parms filessystem filesystem2 Due to ownerships and permissions,

Re: rsync 2.5.6 still hangs

2003-09-23 Thread John Van Essen
On Tue, 23 Sep 2003, jw schultz <[EMAIL PROTECTED]> wrote: > On Tue, Sep 23, 2003 at 11:18:13AM +0200, Martin Schröder wrote: >> Hi, >> we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 >> The 2.4.21 system does backups via cron by rsync to the 2.2.19 >> system. Are you sure that you

Re: rsync 2.5.6 still hangs

2003-09-23 Thread jw schultz
On Tue, Sep 23, 2003 at 11:18:13AM +0200, Martin Schröder wrote: > Hi, > we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 > The 2.4.21 system does backups via cron by rsync to the 2.2.19 > system. > > Via cron rsync always exits with (it is called with --timeout=60) > -- > r

FIXED (ignore) Re: F'ing hell (documentation problem)

2003-09-23 Thread Derek Simkowiak
This is on "dev", a Mandrake Linux 9.0 box: [EMAIL PROTECTED] rsync]$ rsync --version rsync version 2.5.5 protocol version 26 [...]

F'ing hell (documentation problem)

2003-09-23 Thread Derek Simkowiak
Hello. I'm trying something from the rsync man page and it is failing. From http://samba.anu.edu.au/ftp/rsync/rsync.html: CONNECTING TO AN RSYNC SERVER OVER A REMOTE SHELL PROGRAM It is sometimes useful to b

Re: doing an md5sum rsync?

2003-09-23 Thread Greger Cronquist
As long as the renames are within the current scope (files in the same checksum repository) it works splendidly. It's saved me tons of hours. If only unison would put all checksums in a global database... Martin Pool wrote: Yes, Unison is very cool. I hadn't realized that it detected renames t

Re: rsync files from Windows 2000 to Solaris 8

2003-09-23 Thread Brendan Strejcek
man dos2unix -- Brendan -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync files from Windows 2000 to Solaris 8

2003-09-23 Thread jw schultz
On Tue, Sep 23, 2003 at 10:12:55AM -0400, Zhang, John wrote: > Hi, > > I was able to rsync files from Windows 2000 to Solaris 8 but when I opened > the text files with vi on solaris, a '^M' char was appended to each line of > the files. My question is how to get rid of that '^M' when rsync'ing ? I

rsync files from Windows 2000 to Solaris 8

2003-09-23 Thread Zhang, John
Hi, I was able to rsync files from Windows 2000 to Solaris 8 but when I opened the text files with vi on solaris, a '^M' char was appended to each line of the files. My question is how to get rid of that '^M' when rsync'ing ? I suspect this is because Windows and Unix treat line feed/carriage retu

rsync 2.5.6 still hangs

2003-09-23 Thread Martin Schröder
Hi, we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6 The 2.4.21 system does backups via cron by rsync to the 2.2.19 system. Via cron rsync always exits with (it is called with --timeout=60) -- rsync error: timeout in data send/receive (code 30) at io.c(103) -- Or wi