Re: Ownership

2004-09-09 Thread Wayne Davison
On Thu, Sep 09, 2004 at 11:46:48AM +0200, Essyug wrote: > Why does the rsync running on the client must be root ? It just has to > send the name of the owner of the file to the server which will chown > it. I misread it as the receiver at first glance, thus the confusion. You're right that the s

Re: Bug in rsync? (--delete[-after])

2004-09-09 Thread Stefan Hoelldampf
Kjell Andresen wrote: > The problem is in short that rsync used with the option --delete-after > does NOT delete older files rsynced, but --delete does. > The versions I have used is, from [fra (no.)] > hox /# rsync --version > rsync version 2.5.5 protocol version 26 > > - and to [til (no.)]:

Re: Ownership

2004-09-09 Thread Paul Haas
On Wed, 8 Sep 2004, Wayne Davison wrote: On Wed, Sep 08, 2004 at 04:52:51PM -0400, Paul Haas wrote: I can think of 4 usefull modes: 1The default, don't try to chown(). 2 --ownerIf rsync thinks it is root, then try to chown() 3 --owner-whiningAlways try to chown()

rsync with ssh mode vs. chroot

2004-09-09 Thread Jacky Kim
When use rsync with daemon mode, rsync can call chroot. But with ssh mode, is it possible to use chroot? Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-que

daemon mode vs remote shell mode

2004-09-09 Thread Jacky Kim
When use rsync with daemon mode, how to permit user from using rsync via remote shell mode? Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

ssh vs /sbin/nologin

2004-09-09 Thread Jacky Kim
If the shell of user alpha is /sbin/nologin When use rsync with ssh mode, is it possible for alpha to use rsync to backup data? I don't permit alpha to login the backup server. Thanks very much! Best Regards! Jacky Kim . -- To unsubscribe or change options: http://lists.samba.org/mailman/l

Bug in rsync? (--delete[-after])

2004-09-09 Thread Kjell Andresen
Hello! I think I've found a bug in some (older) versions of rsync. The problem does not seem to have been reported at bugzilla. And of the 9 bugs found there by searching on "--delete-after" all have got the name [EMAIL PROTECTED] attached. I ask you therefore to check if this problem is found i

Re: Ownership

2004-09-09 Thread Essyug
Rsync seems to work as if I had used the --numeric-ids If rsync doesn't find a username match, it will fall-back to using the ID directly, so I would assume that the problem is that the ID names on your cygwin system aren't matching the ID names on your linux system (and perhaps they aren't what y

Re: RSync + SSH tunneling through firewall

2004-09-09 Thread Stefaan Lhermitte
Yessos, very cool. It works even with rsync -auv -e "ssh [EMAIL PROTECTED] ssh" src_folder host_C:sdt_dir Sometimes solutions can be very simple... Unfortunartely all open positions for email postmasters are just filled in. I did my best to convince my boss, you were better, but it didn't work.:)

[Bug 1686] Could not transfer DBCS(Double byte Character set) filename

2004-09-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1686 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: RSync + SSH tunneling through firewall

2004-09-09 Thread Stefaan Lhermitte
Haai Andrzej, The problem is solved. When I double checked the ssh-b file I realized I had to change the linux commands to cygwin commands. >From that moment all commands (like date, hostname...) worked on the C-host So with the key authentification and the following ssh-b script: #!/bin/bas