Hello,
How can i mount a restic-repo with windows? Maybe WSL ?
Thanks in advance.
Hello,
How can i mount a restic-repo with windows? Maybe WSL ?
Thanks in advance.
Get rustic-rs https://github.com/rustic-rs/rustic/releases/download/v0.9.4/rustic-v0.9.4-x86_64-pc-windows-gnu.tar.gz and use rustic webdav
option and then you can mount webdav to drive letter.
Unfortunately this is not what I am looking for, I can already integrate my backup system as webDav.
I am looking for a way to mount a Restic repo directly.
It is possible to mount a restic repository inside WSL using restic mount
(with WSL2 at least, I don’t remember if I’ve ever tried it with WSL1) and browse the repository etc.
I have not tried accessing a restic repository mounted in WSL from the “windows-side” of things though, so I’m not sure how the performance would be (or even how feasible that is).
If you do end up trying it, please report back and let us know how it goes