KenKundert / emborg

Interactive command line interface to Borg Backup
GNU General Public License v3.0
94 stars 8 forks source link

Default config uses notify-send which is not mentioned in dependencies or installation instructions #77

Closed jjakob closed 8 months ago

jjakob commented 8 months ago

I noticed that my scheduled backup was failing with the error "/bin/sh: 1: notify-send: not found". This is printed by emborg because the ssh connection to my borg server was failing and it tries to use "notifier" that defaults to notify-send. It can be changed in the config (and it says it's better to use "notify" e-mail for scheduled backups instead) but that requirement is not listed either in pyproject.toml or in installation instructions. Maybe that could be added to installation instructions and instruct the user to disable "notifier" if they don't have notify-send or are scheduling emborg.

KenKundert commented 8 months ago

I have refined the documentation: notifier

jjakob commented 8 months ago

Maybe also add it to these: installing.rst configuring.rst

KenKundert commented 8 months ago

The latest release (1.38) contains a fix to this issue.