Proxmox Backup Client

From Da Nerd Mage Wiki
Revision as of 00:23, 17 April 2023 by Tinker (talk | contribs) (Created page with "= Installation = * <code>wget <nowiki>https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg</nowiki> -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg</code> * <code>vi /etc/apt/sources.list</code> * add in: <syntaxhighlight> # 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 </syntaxhighlight> * <code>vi /etc/apt/so...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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