A PoC Restic User Interface using the Wails framework.
- During development, the repository to test against is hard coded in
lib/restoric.go
. - You need restic installed
- Only tested on OSX/Chrome/Restoric 0.9.4
- I'm unsure whether this will ever work properly without restic being a library. Mainly because we need to construct cli commands and shell out to use the restic binary. There's usually a shell limit to how long a line can be so whether this may never be practical.