Skip to main content


New post:

"A newbie's guide to self-hosting with #YunoHost. Part 4: backups"

🔗 : blog.elenarossini.com/a-newbie…

Or: this is how newbies do it.

Dear sysadmins, you have all my respect and admiration, truly. One day I will learn how to do incremental backups with Borg, I promise.

#blog #sysadmin #selfhosting

in reply to Elena Rossini ⁂

"Side note: I had to delete all my backups to simulate what the screen would look like for a new user and let me tell you... I was delighted to create a new backup right away (sigh of relief)."

...cue the suspense music from any decent horror movie. :)

in reply to ticho

@_elena, you could have opened your browser's dev tools (with F12), and hack into the page to "delete" the backups by deleting the nodes (they are all in `<a ...>...</a>` tags). That way, you only give the impression there is no backup, but a simple page refresh would make them reappear. 😉
This entry was edited (3 weeks ago)
in reply to Elena Rossini ⁂

Backing up, no matter how you do it, is important, what is even more important is that you test the restoration of your backups. There's a saying that says that an untested backup is no backup at all.

Also, I would recommend you look at restic over borg, as it's a more modern backup solution that has a very well audited encryption setup. Also, it's easy to setup with autorestic.

in reply to Elena Rossini ⁂

knowyourmeme.com/memes/y-u-no-…
Unknown parent

in reply to Elena Rossini ⁂

I laugh at your ‘trigger warning for sysadmins’ but also sadly know why you have to. I do hope it triggers some in a way that helps developers empathize with ‘normal’ people more, and work on sanding off more rough edges.
Thanks again for your posts. I think they provide a nice window to see how software works for other groups of people :)
in reply to Elena Rossini ⁂

try restic. Borg is scary and complicated.

Also, backrest, a gui for restic makes it soo simple.