Difference between revisions of "Proxmox Backup Client"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 4: Line 4:
* <code>vi /etc/apt/sources.list</code>
* <code>vi /etc/apt/sources.list</code>
* add in:
* add in:
<syntaxhighlight lang="Debian control files">
<syntaxhighlight lang="INI">
# Proxmox Backup Server pbs-no-subscription repository provided by proxmox.com,
# Proxmox Backup Server pbs-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
# NOT recommended for production use
Line 11: Line 11:
* <code>vi /etc/apt/sources.list.d/pbs-client.list</code>
* <code>vi /etc/apt/sources.list.d/pbs-client.list</code>
* add in:
* add in:
<syntaxhighlight lang="Debian control files">
<syntaxhighlight lang="INI">
deb http://download.proxmox.com/debian/pbs-client bullseye main
deb http://download.proxmox.com/debian/pbs-client bullseye main
</syntaxhighlight>
</syntaxhighlight>
* <code>apt update</code>
* <code>apt update</code>
* <code>apt-get install proxmox-backup-client</code>
* <code>apt-get install proxmox-backup-client</code>

Revision as of 00:30, 17 April 2023

Installation

  • wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
  • vi /etc/apt/sources.list
  • add in:
# Proxmox Backup Server pbs-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription
  • vi /etc/apt/sources.list.d/pbs-client.list
  • add in:
deb http://download.proxmox.com/debian/pbs-client bullseye main
  • apt update
  • apt-get install proxmox-backup-client