Rsync and windows sharing

2004-01-15 Thread Erwane Breton
Hi, I search a way to do rsync on a window share without mount the share. Why ? because i don't want to run my script as root for mount and unmount the share. (it's bad to run scripts as root :-) ) Alternative way is to install rsync on [EMAIL PROTECTED], but i can't because windows computer ar

Re: rsync backup

2004-01-15 Thread Chuck Wolber
> I've setup SSH for auto login. It seems I can just do > > rsync -e ssh -aupg 10.10.10.24:/home/MYDOMAIN /home fine > > Do I still need /etc/rsyncd.conf on the server? Nope. I do the same thing, and I've never needed it. -Chuck -- http://www.quantumlinux.com Quantum Linux Laboratories,

Re: Resolving problems in the generator->receiver pipes

2004-01-15 Thread jw schultz
On Thu, Jan 15, 2004 at 12:11:39PM -0800, Wayne Davison wrote: > When I was working on the the hard-link change, I noticed that many > of the hard-link verbose messages were getting lost. These messages > get output very near the end of the transfer, and it turns out that > the reason for the loss

Resolving problems in the generator->receiver pipes

2004-01-15 Thread Wayne Davison
When I was working on the the hard-link change, I noticed that many of the hard-link verbose messages were getting lost. These messages get output very near the end of the transfer, and it turns out that the reason for the loss was that there are two pipes flowing from the generator and the receiv

Re: 2.6.0 backwards compatibility

2004-01-15 Thread jw schultz
On Thu, Jan 15, 2004 at 01:08:34PM -0500, Piela, Ben wrote: > Hello all, > > I saw on the Release notes that 2.6.0 is using protocol version 27 which is > different than 2.5.7 and 2.5.6. I did a quick peak through the rest of the > release notes and quickly browsed the archives on the list and I

Re: rsync backup

2004-01-15 Thread Norman Zhang
Norman Zhang wrote: John Davis wrote: >> I want to mirror a samba server (smb0) to a identical server (smb1) >> in my internal network. So far I can managed to do this from client >> (smb1), >> >> rsync -e ssh -auzpg 10.10.10.24:/home/MYDOMAIN /home >> rsync -e ssh -auzpg 10.10.10.24:/srv/ /s

Re: Ownership lost: linux -> windows -> linux

2004-01-15 Thread tevfik
Hi, I want to make sure that cwRsync is NOT a separate product/solution or whatever. It is simply a packaging of rsync on cygwin to make deployment/installation easier. cwRsync is a minimalist environment and does not support keeping ownership information between transfers. You should go for

Re: 2.6.0 backwards compatibility

2004-01-15 Thread Chuck Wolber
> I saw on the Release notes that 2.6.0 is using protocol version 27 which > is different than 2.5.7 and 2.5.6. I did a quick peak through the rest > of the release notes and quickly browsed the archives on the list and I > didn't see any notes on how well 2.6.0 works with older versions of > rs

2.6.0 backwards compatibility

2004-01-15 Thread Piela, Ben
Hello all, I saw on the Release notes that 2.6.0 is using protocol version 27 which is different than 2.5.7 and 2.5.6. I did a quick peak through the rest of the release notes and quickly browsed the archives on the list and I didn't see any notes on how well 2.6.0 works with older versions of rs

Rsync with smbfs filesystem and characters like é

2004-01-15 Thread Nic Colledge
Hello, I’m using samba version 3.0.1-Debian rsync version 2.6.0 protocol version 27 And mount version 2.12 With kernel 2.4.22 As far as in aware these are the latest versions in Debian unstable. The problem im having is when mirroring my mp3 collection file names with characters like é Ï Ê et

Ownership lost: linux -> windows -> linux

2004-01-15 Thread Pier Paolo Glave
Hi, I have a problem of loss of file ownership with rsync. For some odd reasons, I have to use a windows machine as rsync server, and to backup/restore a filesystem from/to a linux client. All files in my linux filesystem are owned by root, with gid root. If I save the files onto the windows rsyn

Re: 2.6.0 "file has vanished" fails to set exit code on local client

2004-01-15 Thread John Van Essen
On Thu, 15 Jan 2004, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Jan 13, 2004 at 11:45:22PM -0600, John Van Essen wrote: >> But as I mentioned, it also happens with a daemon > > Yeah, the daemon's exit code is not available to the client, so it is > getting lost. I've committed a patch tha

Re: 2.6.0 "file has vanished" fails to set exit code on local client

2004-01-15 Thread Wayne Davison
On Tue, Jan 13, 2004 at 11:45:22PM -0600, John Van Essen wrote: > But as I mentioned, it also happens with a daemon Yeah, the daemon's exit code is not available to the client, so it is getting lost. I've committed a patch that will cause a daemon sender to go ahead and use FERROR for the vanishe