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.
- 0 Posts
- 5 Comments
Joined 10 months ago
Cake day: January 22nd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
cosmicrose@lemmy.blahaj.zoneto
Programming@programming.dev•Elixir v1.19 released: enhanced type checking, broader type inference, and up to 4x faster compilation for large projectsEnglish
6·25 days agoThis release introduces a variable called
MIX_OS_DEPS_COMPILE_PARTITION_COUNT, which instructsmix deps.compileto compile dependencies in parallel.That’s a real gem on big projects.
cosmicrose@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•New repos, high hopes, every timeEnglish
43·3 months ago
cosmicrose@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•What's up, selfhosters? It's self hosting Sunday!English
3·3 months agoI made some more tweaks to my Renovate bot which runs on a Woodpecker CI instance on my own hardware. Now it merges green PRs automatically. And I have it running every hour so all my software projects stay up-to-date and it responds quickly when I request a rebase.
I’ve also been cleaning up my Home Assistant automations and devices and trying to think up some useful things I can do for myself in an apartment where I can’t replace switches or the thermostat.
There are always more cool tricks and great plugins out there, have fun!
Also I’d recommend Neovim, it’s exactly like vim except it supports Lua scripting, so there are lots of powerful plugins that aren’t available on vanilla vim.