mirror of
https://github.com/restic/restic.git
synced 2026-03-09 16:01:22 +00:00
don't create fileInfo structs for empty files. this saves memory. this also avoids extra serial scan of all fileInfo, which should make restore faster and more consistent. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>