I followed the instructions at https://docs.mailcow.email/third_party/borgmatic/third_party-borgmatic/ and added the neccessary ssh keys to the borgmatic storage at Hetzner.
When I try to initialize the repository I get the following error:
me@mail:/opt/mailcow-dockerized$ sudo docker compose exec borgmatic-mailcow borgmatic init --encryption repokey-blake2
Remote: exec request failed on channel 0
Connection closed by remote host. Is borg working on the server?
rsync: Error running actions for repository
rsync: Command '('borg', 'info', '--json', 'ssh://u459758@u459758.your-storagebox.de:22/./mailcow')' returned non-zero exit status 81.
/etc/borgmatic.d/config.yaml: Error running configuration
/etc/borgmatic.d/config.yaml: An error occurred
summary:
An error occurred
Error running actions for repository
Command '('borg', 'info', '--json', 'ssh://uxxxxxxx@uxxxxxxx.your-storagebox.de:22/./mailcow')' returned non-zero exit status 81.
Error running configuration
Need some help? https://torsion.org/borgmatic/#issues
What am I missing?