I checked put Hetzner, do you know of they have a local app to sync like a folder (I can handle rsync etc but I have people who don’t (so windows too))?
Emptiness@lemmy.world 14 hours ago
Restic backup to Hetzner (EU cloud storage). Works really well, just did a recovery test a month ago, easy peasy. Cheap as heck too!
Valmond@lemmy.dbzer0.com 11 hours ago
Emptiness@lemmy.world 5 hours ago I’m sorry I have no idea, that was never anything I needed so I didn’t look into any of that. I just basically needed a secure, reliable and EU-hosted cloud bucket to drop my files in.
derjules@lemmy.world 12 hours ago
How would data retrieval for a non tech person work from an encrypted restic Hetzner backup?
Honestly, out of the box it doesn’t. Restic is CLI only, there’s no built-in “click to restore” flow. For a non-tech person you’d need two things ready ahead of time: the repo password and access keys stored somewhere they can actually find (password manager, printed sheet, whatever works), and a GUI tool, because asking them to run terminal commands isn’t realistic.
emuell/restic-browser on GitHub is a decent option, cross-platform, lets you browse snapshots and restore files without touching a CLI, though it still needs restic installed on the machine and the repo credentials to unlock anything.
Or use an AI to help with restore. Should work as long as you have the passwords and keys secured and ready to use.