Borg Backup Server
Deduplicating archiver with compression and authenticated encryption.
- Follow the docs of
- Start the pod
podman kube play borg-backup-server-pvc.yaml podman kube play borg-backup-server-secret.yaml cp borg-backup-server-pod.kube ~/.config/containers/systemd/ systemctl --user daemon-reload systemctl --user start borg-backup-server-pod.service
- Install files
- Host -> borg-backup-server.xml
- Open the firewall
firewall-cmd --zone=public --add-service=borg-backup-server --permanent firewall-cmd --reload