• 1 Post
  • 57 Comments
Joined 11 months ago
cake
Cake day: January 22nd, 2025

help-circle






  • cosmicrosetoSelfhosted@lemmy.worldbtrfs offsite backup
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    I’m not familiar with btrbk specifically, but my backups all send a ping to https://healthchecks.io/ when they start and when they finish. healthchecks.io works by getting a simple curl request, similar to ntfy, but if that request doesn’t happen after a certain amount of time (or if you do a start request and a succeed/fail request and the job is taking too long) then it will notify you. It can use ntfy for notifications, but it can also send emails or use any of a number other services.


  • I’ve tried chezmoi and yadm before, but currently I’m using stow and I think stow is my favorite. I don’t need git integration when the regular git CLI works just fine, and I’ve never ended up using any of the other tools’ advanced features like bootstrapping scripts. Stow just makes symlinks and that’s good enough for me.




  • I like to think that, at the very least, open-source projects are less likely to contain malware. Only a single person needs to find something alarming and raise it to the community, and it can be immediately verified by others. To me, then, open-source software is more trustworthy than closed-source. Being able to look at the code myself is nice, but I rarely do. I assume that someone trustworthy is looking at the code, but “anyone who understands the code” of an open-source project is a lot bigger group of potentially-trustworthy people than “just the developers” of a closed-source project.

    As for the quality of open-source code, it’s nice that open-source projects are generally hosted on platforms where you can submit bug reports. Whether or not someone has the time to devote to fixing it is another issue, given how underfunded many important open-source projects are, but it’s a category above closed-source projects where you’re lucky if you get an email address to send complaints to.