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!

  • OSH@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    It’s great to see more and more tools around restic.

    DejaDup also recently added restic support.

  • drwankingstein@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    First im hearing of restic, Haven’t looked too much into it but it seems like it could be an alternative to rclone for me in some aspects

  • morrowind@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    7 months ago

    It looks very nice, but I’m not familiar with wails. Is it lightweight? I currently just use a pwsh script to manage restic, but would be nice to have a gui

  • Eugenia@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Very nice looking, but judging from the screenshot, the app window seems to be massive? It doesn’t fit on my Macbook Air, and I’m sure won’t fit on my various 1366x768 Linux laptops. Or maybe the app creates scrollbars automatically? Also, does it have a light theme, or is it only dark? (I have a lot of astigmatism, so dark themes aren’t readable to my eyes). Other than that, it looks great!

  • trevor@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I’ve been trying to create an AUR package for this, but can’t figure out how to build more than just the server backend (based off of the Dockerfile). Is there a way to build it without wails? I can’t get that to work in the PKGBUILD.

    • adONis@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      I just made a PKGBUILD and commited it to the repo. Would you mind having a quick look at it and see if it’s good enough?

      Right now, I’m looking through the docs of the AUR on how to publish it.

      • fredix@jlai.lu
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 months ago

        Hi @ad_on_is@lemmy.world ! Thanks for resticity and your PKGBUILD. However, I have to modify it and replace “packaging/resticity.desktop” with “$startdir/resticity.png” and “packaging/resticity.desktop” with “$startdir/resticity.desktop”

        Anyway, seems to works, I can push a backup, but when I go to repositories, resticity try to get snapshots (LOADING Snapshots) and failed with this error : “json: slice unexpected end of JSON input” Thanks for your help.

  • d3Xt3r@lemmy.nzM
    link
    fedilink
    arrow-up
    0
    ·
    7 months ago

    This looks nice, good job!

    On a related note, does anyone have any good reasons as to why I should be using Restic instead of Borg? (my Borg backups are all local btw - generally they’re snapshots of various projects I’m working on, so I don’t need any cloud features).

    • Buckshot@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      I use restic but I switched from Borg because of the cloud features. Outside of that, there’s not a lot of differences really. If you’re happy with Borg keep with it.