Comment on btrfs offsite backup
TehNomad@piefed.social 1 week ago
I use the “||” operator in bash scripts to send a curl command to ntfy if the backup fails. But the healthchecks option is a little bit more robust since you wouldn’t get a notification if your system crashed and ntfy dies too. I believe you can also do this with Uptime Kuma if you want to go self-hosted on a remote server.
marci@lemmy.world 1 week ago
This sounds like an elegant solution, will try it out, thanks!