A OS for automatic backups. Easy to setup to connect to Proxmox VE.
Setup
- Create a LXC with turnkey-core Proxmox Template
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
- Edit
/etc/apt/sources.list
with:
deb http://deb.debian.org/debian bookworm main contrib
deb http://deb.debian.org/debian bookworm-updates main contrib
# Proxmox Backup Server pbs-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pbs bookworm pbs-no-subscription
# security updates
deb http://security.debian.org/debian-security bookworm-security main contrib
apt update && apt upgrade -y
apt install proxmox-backup
- The backup webui is now visible at:
https://{container ip}:8007