strange problem with directories acls

2005-09-29 Thread stefanke
Hi all, I try to use rsync with acl support. Files with acls were transfered but the acls of direcotries don`t! Is it not possible to transfer acls of diretories? Any suggetions? info: rsync-2.6.2-8 (rpm from sles9) cheers Stefan -- To unsubscribe or change options: https://lists.samba.or

acl support

2005-09-29 Thread stefanke
Hi all, I try to use rsync with the option --acl but it doesn`t work. send_acl : sys_acl_get_file(haservices, SMB_ACL_TYPE_ACCESS): Operation not supported Does my rsync-package don`t support acls or what is going wrong here? How can I ensure that my rsync version is compiled with acl support?

Rejected posting to [EMAIL PROTECTED]

2005-09-29 Thread America Online, Inc. LISTSERV Server (14.4)
You are not authorized to send mail to the CYBERIA-L list from your rsync@LISTS.SAMBA.ORG account. You might be authorized to post to the list from another of your accounts, or perhaps when using another mail program configured to use a different e-mail address, but LISTSERV has no wa

Re: Delete But Don't Copy

2005-09-29 Thread Wayne Davison
On Thu, Sep 29, 2005 at 09:29:28AM -0400, Ryan Kather wrote: > Is it possible to use RSYNC to only delete files that exist at the > destination, but not the source. I would like RSYNC to remove files > that exist at the destination but do not exist at the source WITHOUT > copying or creating any a

Re: --delete and --dirs

2005-09-29 Thread Wayne Davison
On Thu, Sep 29, 2005 at 04:26:38PM +0200, Guillaume Etorre wrote: > Looks like it's working for me. I can't say it doesn't break anything > else though. I'll do some more testing. The only thing I'm currently concerned about is compatibility between a new version with this change and an old versi

Re: Return value ???

2005-09-29 Thread Wayne Davison
On Thu, Sep 29, 2005 at 11:59:53AM +0200, Judith Flo wrote: > Excuse me, > The permissions of the destination directory are 600 (no > execution permissions neither for the user, nor the rest of users). Ahhh! That makes a big difference from mode 700 (which I assumed meant that the dir was owned b

Re: --delete and --dirs

2005-09-29 Thread Guillaume Etorre
Looks like it's working for me. I can't say it doesn't break anything else though. I'll do some more testing. Does this have any chance of making it into 2.6.7? -- Guillaume Wayne Davison wrote: On Tue, Sep 27, 2005 at 07:10:31PM +0200, Guillaume Etorre wrote: Is there any reaso

failed sync. Broken pipe

2005-09-29 Thread Brian Ray
My rsync was working from a cron job for a long time. Suddenly, I started to get the error: rsync: writefd_unbuffered failed to write 85 bytes: phase "unknown" [receiver]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-20/rsync/io.c(909) I

Delete But Don't Copy

2005-09-29 Thread Ryan Kather
Is it possible to use RSYNC to only delete files that exist at the destination, but not the source. I would like RSYNC to remove files that exist at the destination but do not exist at the source WITHOUT copying or creating any additional files. If RYSNC can't do this, does someone know a ni

Re: rync killing the machine

2005-09-29 Thread Paul Slootman
On Mon 26 Sep 2005, Warrick FitzGerald wrote: > > I used to use cpio to archive the mail store, but that's just getting > silly now that there's about 40GB that it needs to run through. > > I tried running rsync in order to backup the data, but as soon as I > started running the script the machin

Re: Return value ???

2005-09-29 Thread Judith Flo
Excuse me, The permissions of the destination directory are 600 (no execution permissions neither for the user, nor the rest of users). I don't use a script (i did but after got that error i did the test without it) As i said in the first message, the command is: yoshi:~$ rsync -av sinc.sh -e "s

Re: "missing secret for user" using cygwin rsync on Windows XP Home

2005-09-29 Thread Stuart Halliday
This caught me out too. Its not easily seen. Try adding to rsyncd.conf strict modes = false Read rsync server docs. I quote the relevant bit: -- secrets file The file must normally not be readable by "other"; see "strict modes". --