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
- 9 Comments
cosmicrose@lemmy.blahaj.zoneto
Ask Lemmy@lemmy.world•What the most memorable moment from any video game?English
2·17 days agoAssassin’s Creed 2:
“It’s-a me, Mario!”
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
Self Hosted - Self-hosting your services.@lemmy.ml•Absolute noob here, can I host my own contacts and calendar syncing service to ditch google?English
2·3 months agoSeconding radicale, I’ve been using it for over a year and it’s been rock solid. I can’t say the same about NextCloud, it seemed to break every update and was slow as hell. I moved to SyncThing and never looked back.
cosmicrose@lemmy.blahaj.zoneto
Asklemmy@lemmy.ml•Ex-GitHub user switching to Codeberg, is there anything I should know about?English
12·3 months agoCodeberg doesn’t have much compute available for CI runners, and asks that you use the runners they do have sparingly. If you’re into the self-hosting thing, you can run the Forgejo runner, which has the same workflow syntax as GitHub Actions, or you can run something like Woodpecker CI, which has its own workflow syntax. I’ve had better luck running Woodpecker myself and I have it running jobs for all my projects as well as a Renovate bot that runs every hour.
When Trump logs into his Lemmy account he’s going to be so owned.
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.