Comment on Selfhosted backup solution with GUI
pory@lemmy.world 1 year agoKopiaUI is fantastic and easy to use. I used to run Duplicati but it had database issues that kept coming up and forcing a sixty-hour rebuild process every couple weeks and I wasn’t happy with the idea of my PC potentially failing during one of those six days per month.
rambos@lemm.ee 1 year ago
Thx. I have read about duplicati issues and thats why I moved to Kopia. Duplicati is still doing smaller backups with no issues tho.
I know about KopiaUI on desktop, but can that run in server mode? Or do you connect to server using desktop app? I just start kopia web server when Im testing backups, but thats not the easiest way Id say.
pory@lemmy.world 1 year ago
I don’t run anything on the server because I don’t need to. I have my home server mounted as a network drive in Windows, so I just point Kopia’s database at a folder in there. It’s stored as an encrypted backup, and I’ve got the config for Kopia backed up in a few places (and the encryption key as well) so if the worst case scenario happens to my PC I’ll just reinstall Kopia on a fresh windows install + HDD, restore the config from the backup, then restore the backup.
I also have a backup target to an older 8TB drive that I leave with a friend and update whenever he visits for extra safety, if my whole apartment with my PC and server burns down I’ll at least be able to have an outdated snapshot and lose only a month or so instead of decades.
rambos@lemm.ee 1 year ago
Thx for explaining, it makes sense. Ill just leave it in cli and start web server when needed so I can use chron job when PC is off. Its only few commands from nice GUI simmilar to desktop version.