Debian 11(bullseye)上安装 Proxmox Backup Server 记录
<h1 id="推荐的服务器系统要求">推荐的服务器系统要求</h1><ul>
<li>
<p>CPU:基于现代 AMD 或 Intel 64 位的 CPU,至少有 4 个内核</p>
</li>
<li>
<p>内存:操作系统、文件系统缓存和 Proxmox 备份服务器守护进程至少需要 4 GiB。每个 TiB 存储空间至少添加另一个 GiB。</p>
</li>
<li>
<p>操作系统存储:</p>
<ul>
<li>
<p>32 GiB 或更多可用存储空间</p>
</li>
<li>
<p>使用带有电池保护写缓存 ( BBU )的硬件 RAID或冗余 ZFS 设置(ZFS 与硬件 RAID 控制器不兼容)。</p>
</li>
</ul>
</li>
<li>
<p>备份存储:</p>
<ul>
<li>
<p>仅使用 SSD,以获得最佳效果</p>
</li>
<li>
<p>如果使用 HDD:强烈建议使用元数据缓存,例如,添加 ZFS特殊设备镜像。</p>
</li>
</ul>
</li>
<li>
<p>冗余多 GBit/s 网络接口卡 (NIC)</p>
</li>
</ul>
<h1 id="debian-软件包存储库">Debian 软件包存储库</h1>
<p>官方:</p>
<pre><code>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
</code></pre>
<p>科大:</p>
<pre><code>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
</code></pre>
<h1 id="secureapt">SecureApt</h1>
<p>如果您在 Debian 上安装 Proxmox Backup Server,请使用以下命令下载并安装密钥:</p>
<pre><code># wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
</code></pre>
<h1 id="proxmox-备份无订阅存储库">Proxmox 备份无订阅存储库</h1>
<p>官方:</p>
<pre><code># 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
</code></pre>
<p>科大:</p>
<pre><code>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
</code></pre>
<h1 id="在-debian-上安装proxmox-备份服务器">在 Debian 上安装Proxmox 备份服务器</h1>
<p>配置 Debian Package Repositories 后,您需要运行:</p>
<pre><code># apt-get update
# apt-get install proxmox-backup-server
</code></pre>
<p><strong>上面的命令保持当前的 (Debian) 内核并安装最少的一组必需的软件包。</strong></p>
<p>如果要安装与安装程序相同的一组软件包,请使用以下命令:</p>
<pre><code># apt-get update
# apt-get install proxmox-backup
</code></pre>
<p><strong>这将安装所有必需的包、 支持ZFS的 Proxmox 内核以及一组常用和有用的包。</strong></p>
<blockquote>
<p>您可以使用 Web 浏览器在端口 8007 上使用 HTTPS 访问 Proxmox 备份服务器的 Web 界面。例如在 https://<ip-or-dns-name>:8007</ip-or-dns-name></p>
</blockquote>
</div>
<div id="MySignature" role="contentinfo">
<div id="AllanboltSignature">
<div>作者:Varden</div>
<div>出处:http://www.cnblogs.com/varden/</div>
<div>本文内容如有雷同,请联系作者!</div>
<div>本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。</div>
</div><br><br>
来源:https://www.cnblogs.com/varden/p/15250454.html
頁:
[1]