Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1022 Bytes

File metadata and controls

35 lines (27 loc) · 1022 Bytes

Description

Borg Backup Server

Deduplicating archiver with compression and authenticated encryption.

Table of contents

  1. Service requirements
  2. Installation instructions

Service requirements

Installation instructions

  1. Follow the docs of
  2. 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
  3. Install files
    1. Host -> borg-backup-server.xml
  4. Open the firewall
    firewall-cmd --zone=public --add-service=borg-backup-server --permanent
    firewall-cmd --reload