Re: cross-platform with GUI in a package

2006-10-17 Thread Michael Carmody
We are currently trying to implement the same thing here. We are currently using RsyncX and nasbackup for Mac and windows respectively and trying to write nice user documentation. -Michael Carmody On Tuesday 17 October 2006 10:25, [EMAIL PROTECTED] wrote: Hello, has somebody done a cross

Re: cross-platform with GUI in a package

2006-10-17 Thread [EMAIL PROTECTED]
Michael Carmody wrote: We are currently trying to implement the same thing here. We are currently using RsyncX and nasbackup for Mac and windows respectively and trying to write nice user documentation. -Michael Carmody Aren't these two different pieces of software? Isn't it better to

tcl/tk rsync wrapper planned

2006-10-17 Thread [EMAIL PROTECTED]
Hello, we did some research and we would like to try to write a Tcl/Tk wrapper around rsync. Tcl/Tk - - is easy to write - has nice GUI library - is cross platform - has several installers Would somebody be interested to participate? Our goal is - To have a small Windows XP and OS X

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread Chuck Wolber
On Tue, 17 Oct 2006, [EMAIL PROTECTED] wrote: we did some research and we would like to try to write a Tcl/Tk wrapper around rsync. Any chance you'd be willing to consider doing it in Java? There's already at least one, now unmaintained, Java class wrapper to rsync that I know of (not to be

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread [EMAIL PROTECTED]
Any chance you'd be willing to consider doing it in Java? There's already at least one, now unmaintained, Java class wrapper to rsync that I know of (not to be confused with the Java implementation of rsync, also currently unmaintained). You'd be able to pick up where they left off. I would

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread Chuck Wolber
On Tue, 17 Oct 2006, [EMAIL PROTECTED] wrote: Any chance you'd be willing to consider doing it in Java? There's already at least one, now unmaintained, Java class wrapper to rsync that I know of (not to be confused with the Java implementation of rsync, also currently unmaintained).

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread [EMAIL PROTECTED]
Chuck Wolber wrote: I've always wanted to have an api like that, but I've always been wary of chasing protocol changes. A wrapper is the simplest way, but it's still a bad approach IMHO. librsync is sort of a good idea too, but the idea still chases the protocols, and it looks pretty dead to

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread Chuck Wolber
On Tue, 17 Oct 2006, [EMAIL PROTECTED] wrote: Chuck Wolber wrote: I've always wanted to have an api like that, but I've always been wary of chasing protocol changes. A wrapper is the simplest way, but it's still a bad approach IMHO. librsync is sort of a good idea too, but the idea

Re: tcl/tk rsync wrapper planned

2006-10-17 Thread [EMAIL PROTECTED]
Chuck Wolber wrote: Yes, completely different. Good luck! And yes, I agree that a Tcl/tk implementation is probably the right way to go for what you're doing. ..Chuck.. OK - good that we found out early enough :) May be it was a terminology mistake. And, thanks! Iv -- To unsubscribe or

Re: I need rsync + acl support for windows?

2006-10-17 Thread Matt McCutchen
On 10/16/06, Chris Diphoorn [EMAIL PROTECTED] wrote: Can you help? Rsync's support for Windows ACLs is limited. What are you trying to do? Copy files from Windows to Windows, preserving Windows ACLs? If so, you might be better off using rsync to copy the files and another tool to copy the

Windows ACL support

2006-10-17 Thread Chris Diphoorn
Srinivasa, I am looking for your updated version of rsync which supports acls - where could I download it? Chris DiphoornNetwork Administrator (MCSE) Intouch - a Division of P.Q. Lifestyles Ltd Level 11, 301 Coronation Drive, Milton , QLD 4064 Tel: 61-7-3858 6400 Fax: 61-7-3858

CVS update: rsync

2006-10-17 Thread Wayne Davison
Date: Tue Oct 17 18:49:04 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv31532 Modified Files: hlink.c Log Message: Make sure the new link_dest_used value gets zeroed on init. Revisions: hlink.c 1.65 = 1.66

CVS update: rsync/patches

2006-10-17 Thread Wayne Davison
Date: Wed Oct 18 04:43:11 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv4160 Modified Files: atimes.diff Log Message: Fixed failing hunk. Revisions: atimes.diff 1.84 = 1.85

CVS update: rsync/packaging

2006-10-17 Thread Wayne Davison
Date: Wed Oct 18 05:14:10 2006 Author: wayned Update of /data/cvs/rsync/packaging In directory dp.samba.org:/tmp/cvs-serv16122 Modified Files: nightly-rsync Log Message: Added a risk filter for the partial-dir since we use --delete-after. Revisions: nightly-rsync 1.9 =

CVS update: rsync

2006-10-17 Thread Wayne Davison
Date: Wed Oct 18 05:15:35 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16365 Modified Files: options.c Log Message: The server should not be adding an assumed filter rule based on the partial-dir setting (since the client is sending us the

CVS update: rsync

2006-10-17 Thread Wayne Davison
Date: Wed Oct 18 05:20:05 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17817 Modified Files: NEWS Log Message: Mention the fix that lets a push now override the partial-dir exclude. Revisions: NEWS1.426 = 1.427