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

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

[Rdiff-backup-bugs] [bug #19612] error when using --no-compression: no _


From: anonymous
Subject: [Rdiff-backup-bugs] [bug #19612] error when using --no-compression: no _log_inc_rp in class ErrorLog
Date: Tue, 17 Apr 2007 03:08:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20060601 Firefox/2.0.0.3 (Ubuntu-edgy)

URL:
  <http://savannah.nongnu.org/bugs/?19612>

                 Summary: error when using --no-compression: no _log_inc_rp
in class ErrorLog
                 Project: rdiff-backup
            Submitted by: None
            Submitted on: Tuesday 04/17/2007 at 03:08 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When using rdiff-backup with the --no-compression option, an error message
complains that there is no _log_inc_rp in the class ErrorLog (line 216 of
log.py)

I checked the source and, indeed, there is no member _log_inc_rp in that
class. It seems to me that the code probably was changed but that line was
forgotten in place. In any case, replacing line 216 with the one below seemed
to do the job:

else: cls._log_fileobj = base_rp.open("wb", compress = 0)

Since I didn't take more than 10 minutes in solving this (and had never
looked at this source before), I'm not entirely sure that this is the correct
line. Does anyone know?

- Thiago




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19612>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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