Open NickBouwhuis opened 1 year ago
Correct way would be sending MR to the gitlab.com/etke.cc/borgmatic ;)
Hehe. Fair enough.
Any idea what could be causing this error?
Unfortunately, no. We don't have any IPv6-only hosts, so never encountered that problem
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Problem description: I have setup BorgBackup according to the documentation in this repo.
I have prepared a borg repo with
borg init --encryption=repokey /data/borg/matrix
I have made an ssh key, configured it on my NAS and made sure I can ssh to the borg user (over IPv6)
When I configure everything and run a backup with
sudo systemctl start matrix-backup-borg
, I get the following result:This leads me to believe that the container that runs Borg is not setup to use IPv6. What would be the correct way to tackle this?