urmyfaith / restic-browser

A GUI to browse and restore restic backup repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing drawing


A simple, cross-platform restic backup GUI for browsing and restoring restic repositories.

Built with Wails2, based on leaanthony's Restoric PoC.

Features

  • Displays contents (snapshots, files) of local and remote restic repositories.
  • Restores selected files or folders (as zip archives) to a desired location.
  • Previews selected files by moving them to the temp and then opening them with your OSs associated default program.

This is not a restic backup tool GUI - it only allows you to browse existing repositories!

Screenshot

Development

Dependencies

Frontend and App Development

To work in live development mode with automatic hot-reloading, run wails dev in the root directory.

Go Backend Debugging

To debug the Wails Go application code, you can use the existing startup tasks of vscode. If you press "F5" in vscode, the application will be built in debug mode and then will be launched.

Build Production Packages

To build a redistributable package in production mode, use wails build -tags production,desktop or use the default build task in vscode.

License

MIT license. See LICENSE for the full text.

Contribute

Patches are welcome! Please fork the latest git repository and create a feature branch.

About

A GUI to browse and restore restic backup repositories.

License:MIT License


Languages

Language:TypeScript 49.6%Language:Go 28.4%Language:NSIS 11.1%Language:CSS 5.2%Language:JavaScript 5.1%Language:HTML 0.6%