Re: [Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support

2003-02-21 Thread Donovan Baarda
On Fri, 2003-02-21 at 18:42, Sviatoslav Sviridov wrote: [...] And other thing I want to discuss: now rsync designed as standalone program, but it will be good if library with protocol implementation created, and build rsync program based on this library. Hmmm, sounds like

Re: [Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support

2003-02-21 Thread Sviatoslav Sviridov
On 21 Feb 2003 21:41:25 +1100 Donovan Baarda [EMAIL PROTECTED] wrote: On Fri, 2003-02-21 at 18:42, Sviatoslav Sviridov wrote: [...] And other thing I want to discuss: now rsync designed as standalone program, but it will be good if library with protocol implementation created, and build

rsync ported to BeOS-bone

2003-02-21 Thread François Revol
Hello, here is a preliminary patch allowing rsync 2.5.6 to compile in BeOS (using the new BONE networking stack). Some explanations: - BeOS doesn't have chroot(), - the BONE networking stack export legacy network function for old apps in libnet.so (linked to by default), so it's necessary to

Re: rsync ported to BeOS-bone

2003-02-21 Thread François Revol
Hello, here is a preliminary patch allowing rsync 2.5.6 to compile in BeOS (using the new BONE networking stack). Oh, btw, forgot to tell about the make check log attached. Besides the hardlink test (the native BeOS fs, bfs doesn't support them), for the 2 other failed checks I had to kill

rsync and extended attributes

2003-02-21 Thread Eric Chen
Hi, Right now rsync is unable to preserve extended attributes when copying files. I want to be able to copy files over from one XFS Linux machine to another XFS Linux machine running redhat 7.1 kernel 2.4.19-xfs-1.1 on an i686 over the network and I thought rsync would be better because it

simlinks and options

2003-02-21 Thread Carlos Molina Garcia
Greetings. I wrote a script that make remote backups with rsync. I have 2 main problems with it 1) I want that the destination directory (on the repository machine) recreate the backed up file path and it permission (I use -R here ) 2) Is there a way to follow all the links using -R and -a

Re: simlinks and options

2003-02-21 Thread jw schultz
On Fri, Feb 21, 2003 at 12:15:59PM -0400, Carlos Molina Garcia wrote: Greetings. I wrote a script that make remote backups with rsync. I have 2 main problems with it 1) I want that the destination directory (on the repository machine) recreate the backed up file path and it permission

Error - partial transfer?

2003-02-21 Thread John Pettigrew
I've just set up an rsync backup script as described on www.mikerubel.org. This runs on a single machine, using rsync to copy the whole HD (less some excludes) into a backup directory. When I run the script, I get what appears to be the whole directory tree listed, and what appears to be the

Re: duplicated file removal: call for comment

2003-02-21 Thread Paul Green
I asked JW Schultz about applying his qsort patch, and here is what he said. Can anyone help us test this change? The patch is contained in his letter posted on Feb 12th. Do not apply it. I want it tested by someone with the right framework to test duplicate removal. Further, i am not

Re: duplicated file removal: call for comment

2003-02-21 Thread jw schultz
On Fri, Feb 21, 2003 at 06:17:47PM -0500, Paul Green wrote: I asked JW Schultz about applying his qsort patch, and here is what he said. Can anyone help us test this change? The patch is contained in his letter posted on Feb 12th. Do not apply it. I want it tested by someone with the