mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
970 B
970 B
Heimdall Proxmox Backup Server Setup
Requirements
- Proxmox Backup Server 3.3 or higher
Installation
- 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
- Boot the Heimdall Proxmox Backup Server.
- Configure the server with.
- DISK: zfs raid0 (raid0)
- Reboot the server.
Post Installation
- Connect to ethernet port.
- Login to the server UI.
- Run ansible playbooks.
cd ~/homelab/ansible
make setup-heimdall
-
Run smart monitoring:
smartctl -a /dev/sda -
Run the following commands:
curl -fsSL https://tailscale.com/install.sh | sh tailscale up --ssh --accept-routes --advertise-exit-node zpool import -f nyika -
Login to the tailscale UI.