Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero-length and effectively zero-length file-handling issues #559

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2019

  1. Fix some issues in which either

     - zero-length chunks are created extraneously (bloating the hash arrays), or
     - zero-length chunks are assigned incorrectly, or
     - zero-length files are not handled quite right
    arikorn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    43bbda9 View commit details
    Browse the repository at this point in the history
  2. More zero-length-file fixes: report the correct number of files, incl…

    …uding zero-length files
    
      (so initial and incremental backups are consistent)
    Treat read errors at the start of a file (Windows "partially locked files") the same as open errors,
      rather than failing the entire backup.
    arikorn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    5aee858 View commit details
    Browse the repository at this point in the history