Re: [rproxy-devel] Python implementation of rsync algorithm, was Re: rdiff - does it exist?

2000-12-07 Thread Martin Pool
On 8 Dec 2000, Donovan Baarda <[EMAIL PROTECTED]> wrote: > G'day, G'day :_) > Well, I finaly got around to finishing this off enought to seek comment. I > have implemented the rsync algorithm in pure python. It's not fast, but it > works, and is very simple. The whole thing is about 300 lines,

RE: problem with rsync over ssh2

2000-12-07 Thread Hoffman, Micah (NCI)
Hmm...I just started using rsync but my cron job commands look MUCH different than yours. Did you create a public/private key (using ssh-keygen2 -P) with no password and move it to both machines? You'll also need to go into the /.ssh2 dir and create an authorization (public keys authorized to co

Re: rsync

2000-12-07 Thread Dave Dykstra
On Wed, Dec 06, 2000 at 03:35:57PM +0100, Christian Boesch wrote: > does anyone know what this error message in the rsync log file means: > transfer interrupted (code 11) at main.c(278) > chris Other people have reported that in older versions of rsync (2.3.* series); is that what you're running?

Re: Multiple directory copies

2000-12-07 Thread Dave Dykstra
On Thu, Dec 07, 2000 at 05:46:54PM -, John Horne wrote: > Hello, > > I'm trying to arrange via cron for an account with several directories to be > updated overnight. I do not want everything in the account updated - just > some of the directories. However, I can't seem to see how I can speci

problem with rsync over ssh2

2000-12-07 Thread Shobhit Kapoor
I am trying to use rsync over ssh2 via cron. 0,15,30,45 * * * * /export/home/admin/sync 2>&1 > /dev/null The authentication is done via a .shosts file. If I run it on the command line it seems to work fine but I get this message when I run it through cron.It used to work well with ssh1,after up

Rsync for local files

2000-12-07 Thread Russell Campbell
I'd like to create a DLL or ActiveX object that will run under  -- dare I say it?  --  Windows that will simply take two files and create a delta file representing the differences between the two files.  This DLL or ActiveX object could then recreate the older version of the file given the n

Multiple directory copies

2000-12-07 Thread John Horne
Hello, I'm trying to arrange via cron for an account with several directories to be updated overnight. I do not want everything in the account updated - just some of the directories. However, I can't seem to see how I can specify in one go to copy more than one directory to the remote account. I

Python implementation of rsync algorithm, was Re: rdiff - does it exist?

2000-12-07 Thread Donovan Baarda
On Wed, Dec 06, 2000 at 11:43:18AM +1100, Donovan Baarda wrote: G'day, > Quoting Martin Pool <[EMAIL PROTECTED]>: [...] > > I'm changing libhsync to have an API much like zlib/bzlib, in the hope > > that this will make network app integration simpler. > [...] > > I am 90% of the way through an "