MirrorNest
← Alle Anleitungen

Proxmox Backup Server

A free, open-source backup solution purpose-built for Proxmox VE (though it can back up other sources too) -- deduplicated, incremental VM/container backups with its own web UI.

Zielsystem: Dedicated hardware or VM (ISO install)BackupVirtualizationOffizielle Website ↗Offizielle Dokumentation ↗
Diese Anleitung basiert auf der offiziellen Dokumentation von Proxmox Backup Server, oben verlinkt — überprüfe dort immer die genauen Paket-/Versionsnamen, bevor du diese Befehle auf einem Produktionsserver ausführst, da sich Distributions- und Projektversionen mit der Zeit ändern.
  1. 1Download the installer ISO

  2. 2Write it to a USB drive and boot from it

    Follow the graphical installer -- disk, timezone, and root password.

    sudo dd if=proxmox-backup-server_*.iso of=/dev/sdX bs=1M status=progress conv=fsync
  3. 3Open the web UI

    https://<the-server's-ip>:8007
  4. 4Add a datastore and connect it from Proxmox VE

    Create a Datastore under the Datastore panel, then on your Proxmox VE host, add this server as a Storage of type "Proxmox Backup Server" using its address and the datastore name.