Re: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
On 4/17/07, Robert Denton <[EMAIL PROTECTED]> wrote: This is an interesting idea. Here is what I am trying: I have set up squid to listen on port 81, since rsync on the same machine is already listening for requests on 80. I have set the RSYNC_PROXY env var to the hostname:81 and rand a quick t

Re: Problems with --delete

2007-04-17 Thread Wayne Davison
On Mon, Apr 16, 2007 at 01:44:29PM -0700, [EMAIL PROTECTED] wrote: > The strange thing is that _some_ files are being deleted.. just a few, and > obviously not nearly enough. Are you checking for errors? Does rsync get an I/O error and stop deleting? (See the --ignore-errors option for one way

Re: rsync & SSL 'for real'

2007-04-17 Thread Wayne Davison
On Tue, Apr 17, 2007 at 12:52:57PM +0200, Andreas Kotes wrote: > I'd be willing to put up the effort to add full (or at least better) > SSL support direclty to rsync if the maintainers would agree with it, > and would seriously consider including it in the main source in the > long run. I'd be int

Re: Problem with escaped control characters

2007-04-17 Thread Wayne Davison
On Tue, Apr 17, 2007 at 04:30:53PM -0500, Daniel Davidson wrote: > I think due to an upgrade in rsync the current version now escapes > control sequences with something like \#010 instead of ^H, however > this is now breaking my backup program because the perl file::stat > module cannot interpret t

Problem with escaped control characters

2007-04-17 Thread Daniel Davidson
I have created a program for myself for backing up data to tape from my disk to disk to tape system, and after the initial day, I have been using the output of a dry run of rsync to determine what files need to be sent to tape. I think due to an upgrade in rsync the current version now escapes con

Einladung - Invito

2007-04-17 Thread Wirtschaftskammer Schweiz-Bulgarien
(Versione italiana più sotto) Sehr geehrte Damen und Herren Wir haben bemerkt, dass viele Firmenemailadressen keine HTML-Emails empfangen dürfen. Aus diesem Grund senden wir Ihnen unsere Einladung auch in Textformat zu, damit Sie diese rechtzeitig erhalten, denn die Anmeldefrist läuft bald ab. H

Re: HTTP encapsulated rsync??

2007-04-17 Thread Robert Denton
This is an interesting idea. Here is what I am trying: I have set up squid to listen on port 81, since rsync on the same machine is already listening for requests on 80. I have set the RSYNC_PROXY env var to the hostname:81 and rand a quick test. The result is that I am getting this error

Re: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
On 4/17/07, Robert Denton <[EMAIL PROTECTED]> wrote: Do you mean for example.. Instead of running rsync on port 80, have rsync listen for requests on 873 as usual, but also have squid running on the same server listening for port 80 connections, and then just configure squid to send all port 80

Re: HTTP encapsulated rsync??

2007-04-17 Thread Robert Denton
Do you mean for example.. Instead of running rsync on port 80, have rsync listen for requests on 873 as usual, but also have squid running on the same server listening for port 80 connections, and then just configure squid to send all port 80 traffic to 873? Robert On Apr 17, 2007, at 1:

Re: HTTP encapsulated rsync??

2007-04-17 Thread Aaron W Morris
On 4/17/07, Robert Denton <[EMAIL PROTECTED]> wrote: Hi folks, I am hoping someone here can offer some suggestions. Here is my situation: I am using rsync over the internet for several hundred clients to keep them in sync with a master repository of files. The rsync daemon is listening on port

HTTP encapsulated rsync??

2007-04-17 Thread Robert Denton
Hi folks, I am hoping someone here can offer some suggestions. Here is my situation: I am using rsync over the internet for several hundred clients to keep them in sync with a master repository of files. The rsync daemon is listening on port 80, because most of the clients are behind fi

Help! What is this error??

2007-04-17 Thread Julian
Hi all, I am running the following command from winXP: rsync -av -e "bin\ssh -i trans_key\access.key -l julian -p 2227" 192.168.200.254::julian .\julian\ and getting the following output: rsync: Failed to dup/close: Socket operation on non-socket (108) rsync error: error in IPC code (code 14)

Re: Is --link-dest supported on remote ssh side?

2007-04-17 Thread Frederik
On 4/17/07, Frederik <[EMAIL PROTECTED]> wrote: rsync -azR --delete -e ssh --exclude-from=./exclude.lst --link-dest=/tmp/backup/nelly-2007-04-17-12-34-26 /tmp/test [EMAIL PROTECTED]:/tmp/backup/backup-nelly-2007-04-17-12-34-33/ OK, obvious typo in the above command :-) It works correct actual

rsync & SSL 'for real'

2007-04-17 Thread Andreas Kotes
Dear All, I've been using rsync with stunnel with success for a while now, but I'm not necessarily satisfied with it, i.e. having an extra layer externally and all, no authentication against SSL-subjects .. I had a look at the patch included with the source, and it doesn't quite address everythin

Is --link-dest supported on remote ssh side?

2007-04-17 Thread Frederik
I'm trying to make backups with rsync with the --list-dest option. My first backup is made like this: rsync -azR --delete -e ssh --exclude-from=./exclude.lst /tmp/test [EMAIL PROTECTED]:/tmp/backup/backup-nelly-2007-04-17-12-34-26/ Without touching any of the files which were backed up, I launc

Rsync hangs with no visible reason

2007-04-17 Thread Milutin Voinivich
Hi, I have a daily rsync job (in cron) that hangs in ps process list (linux) until i kill it. The rsync suppose to backup one directory which includes about 2500 sub-dirs in it, e.g rsync of /home/user/stuff where stuff has about 2500 sub-dirs inside, but not many files in each sub-direc