.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-server
+ # apt update
+ # apt install proxmox-backup-server
The above commands keep the current (Debian) kernel and install a minimal
set of required packages.
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup
+ # apt update
+ # apt install proxmox-backup
This will install all required packages, the Proxmox kernel with ZFS_
support, and a set of common and useful packages.
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-server
+ # apt update
+ # apt install proxmox-backup-server
.. caution:: Installing the backup server directly on the hypervisor
is not recommended. It is safer to use a separate physical
.. code-block:: console
- # apt-get update
- # apt-get install proxmox-backup-client
+ # apt update
+ # apt install proxmox-backup-client
.. note:: The client-only repository should be usable by most recent Debian and