推荐的服务器系统要求
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
作者:Varden
出处:http://www.cnblogs.com/varden/
本文内容如有雷同,请联系作者!
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
来源:https://www.cnblogs.com/varden/p/15250454.html |