Files
2025-03-23 11:50:52 +03:00

970 B

Heimdall Proxmox Backup Server Setup

Requirements

Installation

  1. Flash the Heimdall Proxmox Backup Server image to a USB drive.
# writing an ISO image to a USB stick using the dd command
sudo dd if=proxmox-backup-server_3.3-1.iso of=/dev/sda1 bs=1M conv=sync status=progress
  1. Boot the Heimdall Proxmox Backup Server.
  2. Configure the server with.
    • DISK: zfs raid0 (raid0)
  3. Reboot the server.

Post Installation

  1. Connect to ethernet port.
  2. Login to the server UI.
  3. Run ansible playbooks.
cd ~/homelab/ansible
make setup-heimdall
  1. Run smart monitoring:

    smartctl -a /dev/sda
    
  2. Run the following commands:

    curl -fsSL https://tailscale.com/install.sh | sh
    tailscale up --ssh --accept-routes --advertise-exit-node
    zpool import -f nyika
    
  3. Login to the tailscale UI.