mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
c4b2486b7c
This adds two implementations of the new `FS` interface: One for the local file system (`Local`) and one for a single file read from an `io.Reader` (`Reader`).