Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1002 Bytes

File metadata and controls

34 lines (26 loc) · 1002 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 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