Proxmoxguide

Proxmox Backup Server (PBS) einrichten 2025

Deduplizierte VM-Backups mit PBS

S
SeeColors IT
11. Juni 20264 Min. Lesezeit247 Aufrufe

PBS installieren

echo "deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription"     > /etc/apt/sources.list.d/pbs.list
apt update && apt dist-upgrade
# Web-GUI: https://pbs-server:8007

Datastore und Storage

proxmox-backup-manager datastore create vm-backups /mnt/backup-disk
proxmox-backup-manager datastore status

PBS in Proxmox VE einbinden

pvesm add pbs pbs-storage     --server 192.168.1.30     --datastore vm-backups     --username root@pam     --password $PBS_PW     --fingerprint aa:bb:cc:...

Backup-Jobs

# Manuell
vzdump 100 --storage pbs-storage --mode snapshot --compress zstd

GUI: Datacenter → Backup → Add: Storage=pbs-storage, Schedule=02:00, Retention Daily 7

Verschlüsselung

proxmox-backup-client key create ~/.pbs-encryption.key
vzdump 100 --storage pbs-storage --encrypt 1
# Key sicher sichern!
cat ~/.pbs-encryption.key | base64 > ~/pbs-key-backup.txt

Wiederherstellung

qmrestore pbs-storage:backup/vm/100/2025-06-10T02:00:00Z 100 --storage local-lvm

FAQ

Wie viel spart PBS durch Deduplizierung?
Typisch 50–80% bei ähnlichen VMs.

Fazit

PBS ist der perfekte Backup-Server für Proxmox VE – deduplizierte Backups zu Nullkosten.

Proxmox Backup für KMU in Heidelberg, Mannheim und der Rhein-Neckar-Region. Beratung anfragen.

Artikel teilen

War dieser Artikel hilfreich?

Dein Feedback hilft uns, bessere Inhalte zu erstellen.

Kommentar hinterlassen

Verwandte Artikel