Re: patch for replacing non-printable chars in filenames

2004-11-26 Thread Stefan Nehlsen
On Tue, Nov 23, 2004 at 05:29:57PM +0100, Paul Slootman wrote: +/* Replace non-printing chars in the string, most probably due to + * wierd filenames. Skip the first and last chars, they may be \n */ +int i; +for (i=1; ilen-1; i++) +

setting up rsync server with fetch

2004-11-26 Thread Nathan Butcher
Hi I'm trying to set up an rsync server on one node, in order to distribute packages to other nodes on the network. What I want to know is, is it possible for any clients to use the fetch tool to reach an rsync server? fetch works with http and ftp, but

Re: patch for replacing non-printable chars in filenames

2004-11-26 Thread Paul Slootman
On Fri 26 Nov 2004, Stefan Nehlsen wrote: On Tue, Nov 23, 2004 at 05:29:57PM +0100, Paul Slootman wrote: +/* Replace non-printing chars in the string, most probably due to + * wierd filenames. Skip the first and last chars, they may be \n */ +int i;

rsync +progress +percentage

2004-11-26 Thread David Jacoby
Hi everyone! Im new to this list and i searched the archive for any dupes of this subject but didnt find any. I have a small problem, i want to use rsync to keep all of our systems up 2 date but recently we had some servers that only did a half update. We want to be able to see a progress

RE: rsync is concatenating the files together

2004-11-26 Thread Werner
Wayne, I will try some system call tracing, but as I said in my initial post, I am using NFS, so there shouldn't be any transport cleanliness issues. : Re: rsync is concatenating the files together On Thu, Nov 11, 2004 at 05:38:56PM -0600, Werner wrote: I'm wondering perhaps if this is