this post was submitted on 09 Mar 2024
55 points (93.7% liked)

Selfhosted

44584 readers
1763 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

https://github.com/ad-on-is/resticity

Hey guys,

I've been building a frontend for restic the past couple of weeks, and it's at the stage where the app is finally ready and usable. So I wanted to share it with the world. Oh, and it's FOSS of course.

It's intended to be used either as a cross-platform desktop app (built using wails) or to be run in a Docker container, for homelab uses, etc.

PRs and feature requests are more than welcome :-)

Right now, I could also use some help for distributing it across the different platforms, AUR, Flatpak, etc.

I hope you guys like it. Cheers!

all 14 comments
sorted by: hot top controversial new old
[–] ebits21@lemmy.ca 4 points 1 year ago (1 children)

Looks great. I’ll probably wait for a flatpak and try it out.

I’ve already automated Restic with bash scripts and systemd timers but… used to use Vorta with Borg and did like having a GUI.

[–] philoko@ani.social 1 points 1 year ago (2 children)

You might like autorestic as an alternative to automating it with bash scripts

Resticprofile is also a good one, and supports windows.

[–] ebits21@lemmy.ca 1 points 1 year ago

I tried it and it didn’t work well for me (can’t remember why, it was awhile ago).

[–] MangoPenguin@lemmy.blahaj.zone 3 points 1 year ago (1 children)

This looks perfect! I've been waiting for something like this because I really don't like interacting via CLI with my backups.

Going to give it a try, do you take donations? I'll send one if I end up using it!

[–] ad_on_is@lemmy.world 1 points 1 year ago

Thank you, still working on my GH profile and donation page.

[–] Pete90@feddit.de 2 points 1 year ago

Awesome, I'm just getting into restic!

[–] rambos@lemm.ee 1 points 1 year ago

Awsome, nice work! Ill try it out sometime

[–] Father_Redbeard@lemmy.ml 1 points 1 year ago

That looks nice! I tried to my brain wrapped around Restic CLI (and others) and just didn't click for my smooth brain. I'll have to try this.

[–] spez_@lemmy.world 0 points 1 year ago (1 children)

Can I also use RClone with this? I use restic to backup daily, and RClone to back up the repo remotely. Would be great to have it integrated

[–] ad_on_is@lemmy.world 1 points 1 year ago (1 children)

Restic has a feature where you can copy snapshots from one repo to another, if that's what you mean

[–] spez_@lemmy.world 1 points 1 year ago (1 children)

That could work but I'm worried about potential data corruption. RClone is well tested for sending data through the internet, even on the dogiest of connections

[–] ad_on_is@lemmy.world 2 points 1 year ago

Good point... I might add rclone as a feature later on.