Eduard Müller / taktik

Results 42 comments of Eduard Müller / taktik

UNC path support is a bit odd in restic. What we're doing under the hood to get the contents of path '/' (the root path) is: ```restic ls /``` And...

Tauri currently does not support Flatpak. See https://github.com/tauri-apps/tauri/issues/3619 Let's reconsider as soon as it does and we've upgraded to Tauri 2...

I'll try to build an appimage for the Linux release. As this includes all dependent shared libs this should work more reliably on most Linux distd out there...

@brokfeld here's an appimage of the restic browser app: https://github.com/emuell/restic-browser/actions/runs/10558920486?pr=119 Please note that you need to `chmod +x` it before running it.

The restic "sftp.command" argument currently isn't supported by Restic Browser, but you could try using rclone instad via restic: https://rclone.org/sftp/

How exactly do you pass the SFTP password to restic? Do you enter it interactively in the shell with restic? This won't work in Restic Browser, because there is no...

> Maybe i need to pass the SFTP-Password to in Restic-Browser but how? There is no shell in Restic Browser to do that. But you can use [rclone](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#other-services-via-rclone) or set...

Yes, it *should* work just fine then. That's how I use it on Windows. It may be problematic on macOS. If it does not, use rclone. That definitely will work.

Have you probably added an extra ``b2` prefix in the Bucket path?

It's possible, yes, but how useful and likely to be used would such a UI be on phones or tablets? The UI would also need to be usable on small...