mirror of
https://github.com/restic/restic.git
synced 2025-10-10 11:25:36 +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>