• Jim Fulton's avatar
    Totally rewrote recovery script to use an entirely different approach · 2d0d8c08
    Jim Fulton authored
    based on:
    
      - transaction iteration/copy
    
      - scanning for transactions after bad data
    
    This should allow recovery of data when:
    
      - only data records are damaged and when
    
      - multiple parts of a file are damaged
    
    The interface has changed to not modify in place.
    
    Other features:
    
      - Progress indicator
    
      - Verbose output
    
      - optional packing
    
      - index creation
    2d0d8c08
fsrecover.py 11.4 KB