I’m on 0.17.0 and according to the docs Kopia has a really good looking notification command. Using it is proving to be a challenge, as I keep on getting this: kopia: error: expected command but got "notification", try --help.
Neither --help nor --help-full have anything on notification. Hence, is it implemented?
Try installing from the latest git commit. I think you’ll find that notification is in a pre-release state. Skimming the git log shows some very recent activity to make it available in both CLI & UI.
The recent code seems to have the capability, in the CLI at least, for notifications via email, Pushover (the 3rd party service) and webhooks.
Thank you, Brian, and sorry for the long hiatus here — owing to work pressure I have been unable to spend any time on this. I see that three more releases have been made in the interim, so shall have a look there, as I’d rather not depend on pre-release code.
It’s just a pity that the documentation gave the impression that it was implemented, but I look forward to that being the case. I see from the release notes that there has been some work done here, but if need be, I’ll roll my own Pushover notifications via Actions if the notifications don’t pan out (yet).