Borgserver: Not able to initiate repo

Description of my issue

Hey! I’m new to this place. I have an issue with my borgserver, that I’m trying to set up. I couldn’t find any info in this forum regarding this issue.
I already set the borgserver up and gave all the asked informations through the webadmin. I created the ssh user, set up the public key etc. When I try to initiate a new repo with:

borg init --encryption=repokey-blake2 ssh-user@myserver:repo 

it only says

Remote: Raspbian GNU/Linux 10
Repository path not allowed: /home/ssh-user/repo

Is there something else I need to set up to make this work?

My YunoHost server

Hardware: Raspberry Pi 4 at home
YunoHost version: 4.1.7.1 (stable).
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | …

Try instead:

borg init --encryption=repokey-blake2 ssh://ssh-user@myserver/~/backup

The borserver app, don’t allow you to register in another repo than the backup dir .

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.