• Tim Peters's avatar
    Collector #1330: repozo.py -R can create corrupt .fs. · 595d304c
    Tim Peters authored
    When looking for the backup files needed to recreate a Data.fs file,
    repozo could (unintentionally) include its meta .dat files in the list,
    or random files of any kind created by the user in the backup directory.
    These would then get copied verbatim into the reconstructed file, filling
    parts with junk.  Repaired by filtering the file list to include only
    files with the data extensions repozo.py creates (.fs, .fsz, .deltafs,
    and .deltafsz).  Thanks to James Henderson for the diagnosis.
    595d304c
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 62.8 KB