bugrdiff-backup - Bugs: bug #35797, missing exception handling for...

 
 

bug #35797: missing exception handling for --verify

Submitter:  None
Submitted:  Mon 12 Mar 2012 02:27:52 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Wont Fix
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 12 Mar 2012 02:27:52 AM UTC, original submission:  

# rdiff-backup --verify /tmp/

[snip]

Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 30, in ?
    rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 304, in error_check_Main
    try: Main(arglist)
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 324, in Main
    take_action(rps)
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 292, in take_action
    elif action == "verify": Verify(rps[0])
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 852, in Verify
    dest_rp = require_root_set(dest_rp, 1)
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 729, in require_root_set
    if not restore_set_root(rp):
  File "/usr/lib64/python2.4/site-packages/rdiff_backup/Main.py", line 702, in restore_set_root
    assert (from_datadir[1] == "increments" or
AssertionError: ('rdiff-backup-data', '.')

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by davekempe (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-12 davekempe StatusNone Wont Fix
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code