Eduard Müller / taktik

Results 42 comments of Eduard Müller / taktik

Basically what https://github.com/bit-team/backintime does with its "now" location? That's definitely a good idea, but it requires an additional setup. I personally use restic for my local machine backups, but also...

Thanks for the kind words. This is actually a nice idea and would be easy to implement. I just don't know how to fit it into the GUI. Do you...

Not sure what kopia does (does it use restic at all?), but npbackup seems to use rustic as an external binary, just like Restic-Browser, so they should work similarly. Restic-Browser...

There's an unpublished fix for the rclone PATH handling here: https://github.com/emuell/restic-browser/pull/92 You can download binaries containing this fix here: https://github.com/emuell/restic-browser/actions/runs/7425075508 The fix will lookup rclone in some "common" paths and...

That's a symbol from gstreamer https://gstreamer.freedesktop.org/documentation/video/video-info-dma-drm.html?gi-language=c#gst_video_info_dma_drm_from_caps It's available in gstreamer >= 1.24 Which version is installed on your system?

Yes, that seems to work in other distros and likely will be an issue in webkit or [tauri](https://github.com/tauri-apps/tauri)? Could not find a similar issue in the tauri repo though.

@jameskhedley If you are still interested in running restic browser, please test if the new Linux AppImage works for you: https://github.com/emuell/restic-browser/actions/runs/10558920486?pr=119

In theory, it would be possible to display the UI in your default browser instead of using a webkit app, yes. But what exactly would be the use case for...

I see. There is no "official" option for Tauri either. It might be possible to make this work with a bunch of hacks, but I personally don't think it's worth...

That should just work if you are not using any other special, advanced SFTP options. How does your sftp URL look like? How are you using it in restic and...