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!

  • @spez_@lemmy.world
    link
    fedilink
    English
    01 year ago

    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

    • adONisOP
      link
      fedilink
      English
      11 year ago

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

      • @spez_@lemmy.world
        link
        fedilink
        English
        11 year ago

        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

        • adONisOP
          link
          fedilink
          English
          21 year ago

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