file has vanished..

2006-10-25 Thread [EMAIL PROTECTED]
Hi, Im using rsync in debian as daemon mode. In the client side using Windows XP and DeltaCopy, im trying to backup a directory in another partition this is the command: rsync.exe  -v -rlt -z --delete --igner-errors "/cygdrive/D/mairimd/" "192.168.1.172::respaldo-prueba/mairimd/" when im trying to

DO NOT REPLY [Bug 4168] Random file has vanished when syncing clock with ntpdate/hwclock ?

2006-10-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4168 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from [EM

DO NOT REPLY [Bug 2607] Rsync logging time incorrectly

2006-10-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2607 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 2607] Rsync logging time incorrectly

2006-10-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2607 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

Re: Extended attributes in MacOS X

2006-10-25 Thread Wayne Davison
On Wed, Oct 25, 2006 at 09:10:46PM +0200, Wesley W. Terpstra wrote: > I've attached the patch. You need to apply acls.diff and xattr.diff > first, and run autoconf/autoheader after. Great! I've taken your code, tweaked it a little, and then did some bug-fixing of the xattr code in general (I fo

DO NOT REPLY [Bug 3701] rsync_xal_set: lsetxattr system.posix_acl_default failed: Permission denied

2006-10-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3701 --- Comment #2 from [EMAIL PROTECTED] 2006-10-25 21:06 MST --- If you have a chance, please test newest version from CVS (also available in the latest "nightly" tar file on the download page of the website). I have made some bug fixes t

Re: skipping growing files?

2006-10-25 Thread Olivier Thauvin
Le Friday 20 October 2006 16:26, John P. Speno a écrit : > Is there a way to instruct rsync to ignore a file that is currently > growing in size? For example, a file is currently being uploaded to > the source machine while another client is using rsync to pull down > files. Can rsync detect and sk

DO NOT REPLY [Bug 2793] xattr support fails with multiples attributes

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

rsync 2.6.8 timeouts

2006-10-25 Thread Robin Getz
Hi. I have an anonymous rsync server set up on cvs.blackfin.uclinux.org, which allows people to take our entire cvs/snv respositories (which are _huge_) and do local checkouts. It works really well for most people. I have a client set up on a static IP numbers, off the backbone, which work f

Re: Rsync Problems

2006-10-25 Thread Alexandros Papadopoulos
On Saturday 21 October 2006 21:57, Philip W. wrote: > I have gotten an Rsync daemon set up on my Linux server. But I want to > use my Windows XP computer to upload files to an Rsync module on the Try using the cwrsync package available from http://www.itefix.no/cwrsync/ and more specifically th

Re: Extended attributes in MacOS X

2006-10-25 Thread Wesley W. Terpstra
On Oct 25, 2006, at 9:10 PM, Wesley W. Terpstra wrote: As for prefixing all MacOS xattrs with "user.", we'd need to come up with some rules that would preserve the xattrs for all data paths: Mac -> Mac, Mac -> Posix -> Mac, and Posix -> Mac -> Posix. So, a Mac receiver would need to be able to

Re: Extended attributes in MacOS X

2006-10-25 Thread Wesley W. Terpstra
On Oct 25, 2006, at 7:58 PM, Wayne Davison wrote: On Wed, Oct 25, 2006 at 05:57:38PM +0200, Wesley W. Terpstra wrote: My question: is this useful? should I prefix all MacOS EAs with 'user.'? I'd love to see such a patch, as this is the direction that I'd like to see rsync take in handling

Re: Extended attributes in MacOS X

2006-10-25 Thread Wayne Davison
On Wed, Oct 25, 2006 at 05:57:38PM +0200, Wesley W. Terpstra wrote: > My question: is this useful? should I prefix all MacOS EAs with 'user.'? I'd love to see such a patch, as this is the direction that I'd like to see rsync take in handling MacOS extended attributes. As for prefixing all MacOS x

Extended attributes in MacOS X

2006-10-25 Thread Wesley W. Terpstra
I've written a patch to 2.6.8 which adds extended attribute support to rsync. This is not like the plethora of patches which try to separate osx meta-data into a special appledouble file (._filename). Instead, it builds on patches/xattr.patch and just adds support for the MacOS equivalent.