9
2

Considering Restic backup to Backblaze... Any easy to use GUI?

1mon 15h ago by lemmy.world/u/iturnedintoanewt in sysadmin

Hi! So I have a backblaze account, and I would like to make a restic backup of my servers, but I'd like to be able to handle the paths, schedules and other options via GUI. What would be a good/easy GUI to set it up?

Thanks!

I have used the restic CLI for a long time. It's actually quite simple and well made

There are a few third party GUI clients but if you're looking for something more "official", you could take a look at the Kopia project. They seem very similar to restic, but have a GUI

Thanks! I think restic might have a bigger user base right? I might want to stick to what people uses the most... Not quite sure yet. But thanks for your answer, I'm going to look into it.