mirror of
https://github.com/octoleo/restic.git
synced 2025-02-04 21:08:27 +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`).