mirror of
https://github.com/restic/restic.git
synced 2026-05-04 09:55:24 +00:00
bda8d7722e
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>