mirror of
https://github.com/kopia/kopia.git
synced 2026-03-17 13:46:12 -04:00
When doing a shallow restore, small files might take up less size than storing the DirectoryEntry metadata. Add a minimum file size flag that where files below that size will be written directly instead being represented with shallow placeholders. This improves on #710.