I think this email you sent was at the same time I sent my last email.
Anyway you are right, I fixed the problem. It must of been compiled
against the old rsync library some how. Anyway I completely deleted
librsync and re-compiled then re-compiled rdiff-backup and it works
fine. It even backed up a 7gb file from a windows PC running
rdiff-backup on cygwin, so thankyou for this fix.
On Wed, 2004-06-02 at 11:59, Robert Weber wrote:
PLEASE read the archives. You are on the same road I was on in November of
last year. You can see that you have already taken many of the steps I
did, and possibly there were some intermediate solutions that I took that
were part of the solution.
--
Robert Weber
--------
Btw, before I meant I recompiled librsync. I can't seem to reproduce the prob
lem with rdiff via signatures/deltas/pach. I think that might be because one of
the files I was working with wasn't all that large. I need to do a proper test
(and find some more hard disk space) and then I'm pretty sure I will be able t
o get that error with rdiff as well.
________________________________
From: Robert.Weber < at > Colorado.EDU on behalf of Robert < at > Colorado.EDU
Sent: Wed 6/2/2004 1:53 AM
To: Ben Zampatti
Cc: Rdiff-Backup Users
Subject: Re: [rdiff-backup-users] Large files
I saw this as well. The fix is simple. In buf.c in the librsync source
move the
#include <config.h>
before
#include <sys/types.h>
If the order is reversed things get all messed up in the types definitions
and you get some 32bit ints where they do not belong.
--
2 3 5 7 B D 11 13 17 1D 1F 25 29 2B 2F 35 3B Robert Weber
3D 43 47 49 4F 53 59 61 65 67 6B 6D 71 7F 83 UnixOps/ITS UCB
89 8B 95 97 9D A3 A7 AD B3 B5 BF C1 C5 C7 D3
DF E3 E5 E9 EF F1 FB ... still searching ...
--------
Hello, I'm having trouble backing up files > 2gb. I can back up the
large file for the first time, but any subsequent attempts result in an
error. This is the error I get:
python: ERROR: (rs_file_copy_cb) seek failed: Invalid argument
python: ERROR: (rs_job_complete) patch job failed: IO error
UpdateError bigfile librsync error 100 while in patch cycle
At first I thought it might be a gzip issue, so I tried the following:
rdiff-backup --no-compression root < at > gw::test test
But it failed with exactly the same error.
Both systems use reiserfs as the file system, rdiff-backup version
0.13.4 and python version 2.3.3. I have no idea what could be causing
this.
_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users < at > nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL:
http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWi
ki
--------
--------
----------
Status: by weberr Tue Jun 1 19:57:43 2004
----------