rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] Result too large [Errno 34] on OS X


From: junk
Subject: [rdiff-backup-users] Result too large [Errno 34] on OS X
Date: Fri, 24 Aug 2007 01:14:17 -0400 (EDT)
User-agent: SquirrelMail/1.4.9a

I've been trying to get some backups running on my OS X (10.4) system and
am running into the error below after a few gigs are backed up.  After
receiving this error my backup directory is not recognized I've attempted
disabling compression as well as reading the man page and all of the
documentation and posts that google would return.  Has anyone seen this
error, and if so could you point me in the right direction.

Command:
nice rdiff-backup --no-compression --exclude ~/workspace --exclude ~/Music
--exclude ~/downloads --exclude ~/Documents/Virtual\ Machines --exclude
~/.m2/repository ~ /Volumes/Backups/backups

Exception:

Exception '[Errno 34] Result too large' raised of class 'exceptions.IOError':
  File "/sw/lib/python2.4/site-packages/rdiff_backup/robust.py", line 32,
in check_common_error
    try: return function(*args)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 96,
in copy
    if rpin.isreg(): copy_reg_file(rpin, rpout, compress)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 118,
in copy_reg_file
    rpout.write_from_fileobj(rpin.open("rb"), compress = compress)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 978,
in write_from_fileobj
    copyfileobj(fp, outfp)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 58,
in copyfileobj
    inbuf = inputfp.read(blocksize)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 1201,
in read
    def read(self, length = -1): return self.file.read(length)

Traceback (most recent call last):
  File "/sw/bin/rdiff-backup", line 23, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line 285,
in Main
    take_action(rps)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line 255,
in take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/sw/lib/python2.4/site-packages/rdiff_backup/Main.py", line 308,
in Backup
    backup.Mirror(rpin, rpout)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line 38,
in Mirror
    DestS.patch(dest_rpath, source_diffiter)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line 218,
in patch
    ITR(diff.index, diff)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rorpiter.py", line
285, in __call__
    last_branch.fast_process(*args)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line 490,
in fast_process
    if self.patch_to_temp(rp, diff_rorp, tf):
  File "/sw/lib/python2.4/site-packages/rdiff_backup/backup.py", line 511,
in patch_to_temp
    (diff_rorp, new)) == 0: return 0
  File "/sw/lib/python2.4/site-packages/rdiff_backup/robust.py", line 32,
in check_common_error
    try: return function(*args)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 96,
in copy
    if rpin.isreg(): copy_reg_file(rpin, rpout, compress)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 118,
in copy_reg_file
    rpout.write_from_fileobj(rpin.open("rb"), compress = compress)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 978,
in write_from_fileobj
    copyfileobj(fp, outfp)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 58,
in copyfileobj
    inbuf = inputfp.read(blocksize)
  File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 1201,
in read
    def read(self, length = -1): return self.file.read(length)
IOError: [Errno 34] Result too large
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method GzipFile.__del__ of <gzip open file
'/Volumes/Backups/backups/rdiff-backup-data/mirror_metadata.2007-08-23T22;05847;05828-06;05800.snapshot.gz',
mode 'wb' at 0x113e1d0 0x1140a80>> ignored




reply via email to

[Prev in Thread] Current Thread [Next in Thread]