Debian 11(bullseye)上安装 Proxmox Backup Server 记录
时间:2021-12-18 15:04 来源:linux.it.net.cn 作者:IT
推荐的服务器系统要求
CPU:基于现代 AMD 或 Intel 64 位的 CPU,至少有 4 个内核
内存:操作系统、文件系统缓存和 Proxmox 备份服务器守护进程至少需要 4 GiB。每个 TiB 存储空间至少添加另一个 GiB。
操作系统存储:
32 GiB 或更多可用存储空间
使用带有电池保护写缓存 ( BBU )的硬件 RAID或冗余 ZFS 设置(ZFS 与硬件 RAID 控制器不兼容)。
备份存储:
仅使用 SSD,以获得最佳效果
如果使用 HDD:强烈建议使用元数据缓存,例如,添加 ZFS特殊设备镜像。
冗余多 GBit/s 网络接口卡 (NIC)
Debian 软件包存储库
官方:
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
科大:
deb http://mirrors.ustc.edu.cn/debian bullseye main contrib non-free
deb http://mirrors.ustc.edu.cn/debian bullseye-updates main contrib non-free
#deb http://mirrors.ustc.edu.cn/debian-security/ bullseye-security main non-free contrib
SecureApt
如果您在 Debian 上安装 Proxmox Backup Server,请使用以下命令下载并安装密钥:
# wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
Proxmox 备份无订阅存储库
官方:
# PBS pbs-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription
科大:
CODENAME=`cat /etc/os-release |grep CODENAME |cut -f 2 -d "="`
echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/pbs $CODENAME pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list
在 Debian 上安装Proxmox 备份服务器
配置 Debian Package Repositories 后,您需要运行:
# apt-get update
# apt-get install proxmox-backup-server
上面的命令保持当前的 (Debian) 内核并安装最少的一组必需的软件包。
如果要安装与安装程序相同的一组软件包,请使用以下命令:
# apt-get update
# apt-get install proxmox-backup
这将安装所有必需的包、 支持ZFS的 Proxmox 内核以及一组常用和有用的包。
您可以使用 Web 浏览器在端口 8007 上使用 HTTPS 访问 Proxmox 备份服务器的 Web 界面。例如在 https://:8007
(责任编辑:IT)
推荐的服务器系统要求 CPU:基于现代 AMD 或 Intel 64 位的 CPU,至少有 4 个内核 内存:操作系统、文件系统缓存和 Proxmox 备份服务器守护进程至少需要 4 GiB。每个 TiB 存储空间至少添加另一个 GiB。 操作系统存储: 32 GiB 或更多可用存储空间 使用带有电池保护写缓存 ( BBU )的硬件 RAID或冗余 ZFS 设置(ZFS 与硬件 RAID 控制器不兼容)。 备份存储: 仅使用 SSD,以获得最佳效果 如果使用 HDD:强烈建议使用元数据缓存,例如,添加 ZFS特殊设备镜像。 冗余多 GBit/s 网络接口卡 (NIC) Debian 软件包存储库 官方: deb http://ftp.debian.org/debian bullseye main contrib deb http://ftp.debian.org/debian bullseye-updates main contrib # security updates deb http://security.debian.org/debian-security bullseye-security main contrib 科大: deb http://mirrors.ustc.edu.cn/debian bullseye main contrib non-free deb http://mirrors.ustc.edu.cn/debian bullseye-updates main contrib non-free #deb http://mirrors.ustc.edu.cn/debian-security/ bullseye-security main non-free contrib SecureApt 如果您在 Debian 上安装 Proxmox Backup Server,请使用以下命令下载并安装密钥: # wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg Proxmox 备份无订阅存储库 官方: # PBS pbs-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription 科大: CODENAME=`cat /etc/os-release |grep CODENAME |cut -f 2 -d "="` echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/pbs $CODENAME pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list 在 Debian 上安装Proxmox 备份服务器 配置 Debian Package Repositories 后,您需要运行: # apt-get update # apt-get install proxmox-backup-server 上面的命令保持当前的 (Debian) 内核并安装最少的一组必需的软件包。 如果要安装与安装程序相同的一组软件包,请使用以下命令: # apt-get update # apt-get install proxmox-backup 这将安装所有必需的包、 支持ZFS的 Proxmox 内核以及一组常用和有用的包。 您可以使用 Web 浏览器在端口 8007 上使用 HTTPS 访问 Proxmox 备份服务器的 Web 界面。例如在 https://:8007 (责任编辑:IT) |