Skip to content

SnapRAID v11.6

Compare
Choose a tag to compare
@amadvance amadvance released this 27 Sep 20:05
· 42 commits to master since this release
  • The 'fix' and 'check' command with the -e option now process the whole
    files that have bad blocks, and not only the block marked bad.
    This allows to restore the timestamp and to print the paths of
    processed files and the final state of the files like 'recovered' or
    'unrecovered'. The previous behaviour is available with the -b,
    --filter-block-error option.
  • Improved the speed of the filtering in 'fix' and 'check'. This phase
    happens after the "Selecting..." message. [UhClem]