mirror of
https://github.com/restic/restic.git
synced 2026-04-15 09:28:51 +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>