Eduard Müller / taktik
Eduard Müller / taktik
Using rustic instead of restic should be possible to test now via: https://github.com/emuell/restic-browser/pull/77 I'm actually also thinking about replacing the go based [wails](https://wails.io/) backend with rust [tauri ](https://tauri.app/), as I'm...
Just had a quick try with rustic. Rustic uses the env variable prefix `RUSTIC_` instead of `RESTIC_`. Also it returns a different snapshot list JSON via rustic ls --json than...
@aawsomec There is no support for s3/b2 in rustic ATM, only rclone, is that correct? That would unfortunately be quite a functional step backwards for the rustic browser GUI, so...
On a second though, it might not be too hard to add a new "backend" switch with `[external restic binary, rustic]` options to the GUI, so people can choose if...
You could either change/update the PATH in the bat file, so Restic Browser can find it or use the new app argument: `start "" PATH_TO\Restic-Browser.exe --restic PATH_TO\restic.exe`
See also https://github.com/emuell/restic-browser/issues/98 This is a known problem in/with tauri, but unfortunately there's no proper fix yet: https://github.com/tauri-apps/tauri/issues/5143 Let's keep this issue open until this is fixed in tauri and...
Thanks for the feedback and the kind words.
> How do I fix this? I'm running MacOS Ventura btw and using zsh ($PATH is defined in the ~/.zshrc file). It's unfortunately quite a pain to configure PATH for...
Thought about bundling restic too, but this and saving the path to the located restic binary also doesn't fix darthlite's second problem: that rclone could also not be found.
> both restic and rclone path should be configurable and remembered by rclone-browser. Unfortunately, as mentioned above, this would only work for the restic binary. There's no way to pass...