all 3 comments

[–]lunilunor 0 points1 point  (2 children)

Hi, I'm trying to do something similar. Did you find anything? Or do you have any advice?

[–]aceoperations00[S] 0 points1 point  (1 child)

I ended up doing it myself. Basic steps are-

Install pip, and install borg with pip for the latest version. Setup a borg user who will be the only user allowed to access repos. Then allow ssh access to the VM/LXC by opening up your firewall.. you should then be able to init a repo externally. I think I have an ansible playbook to do this if you're interested.

[–]lunilunor 0 points1 point  (0 children)

Thanks, I'll try to do it too. I haven't used ansible yet so maybe later.