Re: So what to do with Unicode filenames?

2006-03-17 Thread Stuart Halliday
Hi! I spent a few hours in google but didn't find any solution to make rsync backups of Win XP (2k, NT) machine to Lunix rsync server? As far as I understand we can't teach cygwin to work with unicode filenames, isn't it? Eh? Rysnc works fine when used between Windows XP and Linux

Re: rsync 2.6.7 not excluding whole directories

2006-03-17 Thread Paul Slootman
On Thu 16 Mar 2006, Wayne Davison wrote: I'm still deciding when exactly to wrap up the bug-fixing and put out 2.6.8. Perhaps mid next week, perhaps the week after that. I'd love it if the patched 2.6.7 got put into Debian for at least week to help give rsync a bit more of a shakedown from

Re: Using rsync to syncronize two unmounted disk partitions

2006-03-17 Thread Antonio Arauzo Azofra
Hi Wayne, Thanks for your reply, and thanks to Matthew and Matt too. Wayne Davison wrote: I wonder if someone has written a simple filesystem driver which mounts the raw data of a device as though it were a single, big file? Such a solution would allow the use of any normal filesystem tool

Versioning in rsync

2006-03-17 Thread W
I've seen that there were few ideas to build versioning in rsync, but I could not find anything about it in rsync's TO-DO list. What is current status of versioning support in rsync? WW -- W [EMAIL PROTECTED] -- http://www.fastmail.fm - Faster than the air-speed velocity of an

Re: rsync: connection unexpectedly closed.

2006-03-17 Thread Dag Wieers
On Thu, 16 Mar 2006, C.Jagadish wrote: Dear Mr. Samir, We are using RedHat 7.2. We are getting same error as reported by you some time back (given below). Did you get any solution? You may want to update your rsync version to something newer. Error output has been improved and it

Re: rsync: connection unexpectedly closed.

2006-03-17 Thread Dag Wieers
On Fri, 17 Mar 2006, Dag Wieers wrote: On Thu, 16 Mar 2006, C.Jagadish wrote: Dear Mr. Samir, We are using RedHat 7.2. We are getting same error as reported by you some time back (given below). Did you get any solution? You may want to update your rsync version to something

rsync backup system

2006-03-17 Thread Ahmed Ndaula
Hi Folks,I am going through a hard time of finding a way of using rsync to make a remote backup (disaster recovery). I am trying to make use of rsync to have a backup outside our offices, incase of any disaster forinstance fire, we can be in position to recover our data. This is actually my first

Re: rsync: connection unexpectedly closed.

2006-03-17 Thread Wayne Davison
On Fri, Mar 17, 2006 at 06:05:11PM +0100, Dag Wieers wrote: Maybe it's useful to link to 3rd party rsync packages from the rsync website ? Yeah, I think this would be a good idea. I've added a link to your RPMs to the newly improved download page: http://rsync.samba.org/download.html If

Patch for 2.6.7 (affects --exclude used with --relative)

2006-03-17 Thread Wayne Davison
For anyone combining --exclude with the --relative option and/or for those who have packaged 2.6.7 binaries: Please apply the following one-line patch to the code. It fixes a bug where an absolute --exclude without wildcards would fail to match if --relative is in effect. --- exclude.c 28 Jan

Re: How to compile Rsync with acl support on Cygwin

2006-03-17 Thread Wayne Davison
On Fri, Mar 17, 2006 at 01:33:09AM -0500, Peter Olivia wrote: set_acl: sys_acl_set_file(test/.file1.fd94pI, SMB_ACL_TYPE_ACCESS): Invalid argument The newer ACL patch you're using uses a modified protocol that allows rsync to be more memory efficient and to send less data over the socket. This

Multiplexing overflow

2006-03-17 Thread Косов Евгений
Hi, List! I have a problem with rsync. I was trying to synchronize directory trees on 2 servers and got following error: multiplexing overflow 101:7104843 [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(809) Complete rsync's output: /usr/local/bin/rsync -avzp

RSYNC auto configuration

2006-03-17 Thread Ahmed Ndaula
Hi Folks,At the moment, I am at the stage where I can only do the back manual. I have run the first steps of configure and then make. Now when I run this command, I can be able to have files transfered to a remote server rsync -t (filename) (remote-location) forinstance rsync -t *.p

Re: RSYNC auto configuration

2006-03-17 Thread Bob Hutchinson
On Friday 17 Mar 2006 20:52, Ahmed Ndaula wrote: Hi Folks, At the moment, I am at the stage where I can only do the back manual. I have run the first steps of configure and then make. Now when I run this command, I can be able to have files transfered to a remote server rsync -t

RE: How to compile Rsync with acl support on Cygwin

2006-03-17 Thread Peter Olivia
I downloaded just the acls.diff and it compiles and builds fine. I was able to do the double --acls entry successfully. All special bits and acls rsync in both directions. ACL only changes get recognized and rsynced too. (BTW, the xattr patch may need to be updated as it patches with fuzz due

RE: rsync: connection unexpectedly closed.

2006-03-17 Thread Christian Hack
On Fri, Mar 17, 2006 at 06:05:11PM +0100, Dag Wieers wrote: Maybe it's useful to link to 3rd party rsync packages from the rsync website ? Yeah, I think this would be a good idea. I've added a link to your RPMs to the newly improved download page:

CVS update: rsync/patches

2006-03-17 Thread Wayne Davison
Date: Fri Mar 17 17:19:37 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv31667 Modified Files: acls.diff Log Message: If the user repeats the --acls (-A) option, use a backward-compatible ACL-send that should let us send files to an older

CVS update: rsyncweb

2006-03-17 Thread Wayne Davison
Date: Fri Mar 17 17:54:39 2006 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv28382 Modified Files: download.html Log Message: Reorganized the download information and added a link to Dag's RPMs. Revisions: download.html 1.10 = 1.11

CVS update: rsync/patches

2006-03-17 Thread Wayne Davison
Date: Fri Mar 17 17:55:46 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv29064 Modified Files: acls.diff Log Message: Updated the rsync.yo file. Revisions: acls.diff 1.110 = 1.111

CVS update: rsyncweb

2006-03-17 Thread Wayne Davison
Date: Fri Mar 17 17:58:43 2006 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv32271 Modified Files: download.html Log Message: One more tweak. Revisions: download.html 1.11 = 1.12

CVS update: rsyncweb

2006-03-17 Thread Wayne Davison
Date: Fri Mar 17 18:05:13 2006 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv5858 Modified Files: download.html Log Message: Mention that binaries are available via normal OS packages. Revisions: download.html 1.12 = 1.13