[rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Orion
Hi everybody I'm a user of rdiff-backup under Linux and I've tried today to set up a similar configuration onto Windows. However, I've run into a difficulty with an integer overflow error. Some initial details first. I'm backing up from a local NTFS drive to a remote ext3 drive. They are linked

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Josh Nisly
I'd try putting quotes around the path of plink.exe. For example: --remote-schema "\"c:\Program Files\Putty\plink.exe\" %s rdiff-backup --server" Josh Nisly Orion wrote: Hi everybody I'm a user of rdiff-backup under Linux and I've tried today to set up a similar configuration onto Windows. H

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Orion
On Fri, 27 Mar 2009 10:56:44 -0500 Josh Nisly wrote: > I'd try putting quotes around the path of plink.exe. For example: > > --remote-schema "\"c:\Program Files\Putty\plink.exe\" > %s rdiff-backup --server" > > > Josh Nisly > Thanks, that seemed a good idea, unfortunately it had no effect. P

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Josh Nisly
Orion wrote: On Fri, 27 Mar 2009 10:56:44 -0500 Josh Nisly wrote: I'd try putting quotes around the path of plink.exe. For example: --remote-schema "\"c:\Program Files\Putty\plink.exe\" %s rdiff-backup --server" Josh Nisly Thanks, that seemed a good idea, unfortunately it had no

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Orion
Hi Thanks for your reply. I've already reviewed that Wiki page though. Is there something on there that you wanted to draw my attention to? If it's the public key authentication section, I have to say that I'm not at all keen to switch to it if passwords should work. The last few words at the e

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Josh Nisly
There's nothing inherent in rdiff-backup that prevents password-based authentication, but putty (and plink) are broken (in technical terms, they print the password prompt to stdout instead of stderr). What I ended up doing was building my own ssh implementation using paramiko. JoshN Orion wro

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-27 Thread Dave Kempe
- "Josh Nisly" wrote: > There's nothing inherent in rdiff-backup that prevents password-based > > authentication, but putty (and plink) are broken (in technical terms, > > they print the password prompt to stdout instead of stderr). What I > ended up doing was building my own ssh implement

Re: [rdiff-backup-users] Rdiff-Backup Windows Integer Overflow Problem

2009-03-31 Thread Orion
Thanks for the information. Somebody has suggested it would be simpler to use Cygwin instead for the native binary for SSH-based tasks so I'll give that a try. Orion On Fri, 27 Mar 2009 14:36:58 -0500 Josh Nisly wrote: > There's nothing inherent in rdiff-backup that prevents password-based >