2019-02-27 18:35:05 +01:00
Installation
============
2019-02-27 17:42:31 +01:00
2020-04-14 17:12:47 +02:00
`Proxmox Backup`_ is split into a server and client part. The server part
can either be installed with a graphical installer or on top of
Debian_ from the provided package repository.
2019-11-13 13:10:56 +01:00
2020-10-06 10:27:17 +02:00
.. include :: system-requirements.rst
2019-11-11 12:28:04 +01:00
.. include :: package-repositories.rst
2020-11-06 15:46:24 +01:00
Server Installation
2019-11-13 13:10:56 +01:00
-------------------
2020-04-14 17:12:47 +02:00
The backup server stores the actual backed up data and provides a web based GUI
for various management tasks such as disk management.
2019-11-13 13:10:56 +01:00
.. note :: You always need a backup server. It is not possible to use
2023-11-24 18:43:43 +01:00
Proxmox Backup without the server part.
2019-11-13 13:10:56 +01:00
2020-04-14 17:12:47 +02:00
The disk image (ISO file) provided by Proxmox includes a complete Debian system
2023-11-24 18:43:43 +01:00
as well as all necessary packages for the Proxmox Backup Server.
2019-11-13 13:10:56 +01:00
2020-08-18 12:48:49 +02:00
The installer will guide you through the setup process and allow
2021-10-11 13:11:43 +02:00
you to partition the local disk(s), apply basic system configuration
(for example timezone, language, network), and install all required packages.
2020-04-14 17:12:47 +02:00
The provided ISO will get you started in just a few minutes, and is the
recommended method for new and existing users.
2019-11-13 13:10:56 +01:00
2023-11-24 18:43:43 +01:00
Alternatively, Proxmox Backup Server can be installed on top of an
2019-11-13 13:10:56 +01:00
existing Debian system.
2021-10-11 13:11:43 +02:00
Install `Proxmox Backup`_ Server using the Installer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-11-13 13:10:56 +01:00
2020-04-14 17:12:47 +02:00
Download the ISO from |DOWNLOADS|.
2019-11-13 13:10:56 +01:00
It includes the following:
2023-11-24 18:43:43 +01:00
* The Proxmox Backup Server installer, which partitions the local
2020-11-10 12:50:27 +01:00
disk(s) with ext4, xfs or ZFS, and installs the operating system
2019-11-13 13:10:56 +01:00
2020-04-14 17:12:47 +02:00
* Complete operating system (Debian Linux, 64-bit)
2020-11-09 13:51:37 +01:00
* Proxmox Linux kernel with ZFS support
2019-11-13 13:10:56 +01:00
2020-04-14 17:12:47 +02:00
* Complete tool-set to administer backups and all necessary resources
2019-11-13 13:10:56 +01:00
2020-11-09 13:51:37 +01:00
* Web based management interface
2019-11-13 13:10:56 +01:00
.. note :: During the installation process, the complete server
is used by default and all existing data is removed.
2024-04-18 18:12:26 +02:00
Install `Proxmox Backup`_ Server Unattended
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-09-26 15:32:48 +02:00
It is possible to install `Proxmox Backup`_ Server automatically in an
unattended manner. This enables you to fully automate the setup process on
bare-metal. Once the installation is complete and the host has booted up,
automation tools like Ansible can be used to further configure the installation.
2024-04-18 18:12:26 +02:00
The necessary options for the installer must be provided in an answer file.
This file allows the use of filter rules to determine which disks and network
cards should be used.
To use the automated installation, it is first necessary to prepare an
installation ISO. For more details and information on the unattended
installation see `our wiki
<https://pve.proxmox.com/wiki/Automated_Installation> `_.
2019-11-13 13:10:56 +01:00
2020-11-06 15:46:24 +01:00
Install `Proxmox Backup`_ Server on Debian
2019-11-13 13:10:56 +01:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-04-14 17:12:47 +02:00
Proxmox ships as a set of Debian packages which can be installed on top of a
2020-08-18 12:48:49 +02:00
standard Debian installation. After configuring the
2019-11-13 13:10:56 +01:00
:ref: `sysadmin_package_repositories` , you need to run:
.. code-block :: console
2023-11-28 12:11:46 +01:00
# apt update
# apt install proxmox-backup-server
2019-11-13 13:10:56 +01:00
2021-10-11 13:11:43 +02:00
The above commands keep the current (Debian) kernel and install a minimal
2019-11-13 13:10:56 +01:00
set of required packages.
If you want to install the same set of packages as the installer
does, please use the following:
.. code-block :: console
2023-11-28 12:11:46 +01:00
# apt update
# apt install proxmox-backup
2019-11-13 13:10:56 +01:00
2020-04-14 17:12:47 +02:00
This will install all required packages, the Proxmox kernel with ZFS_
support, and a set of common and useful packages.
2023-11-24 18:43:43 +01:00
.. caution :: Installing Proxmox Backup on top of an existing Debian_
2020-08-18 12:50:07 +02:00
installation looks easy, but it assumes that the base system and local
storage have been set up correctly. In general this is not trivial, especially
when LVM_ or ZFS_ is used. The network configuration is completely up to you
as well.
2019-11-13 13:10:56 +01:00
2020-11-06 15:46:24 +01:00
.. Note :: You can access the web interface of the Proxmox Backup Server with
your web browser, using HTTPS on port 8007. For example at
`` https://<ip-or-dns-name>:8007 ``
2020-07-14 07:30:50 +02:00
2020-11-06 15:46:24 +01:00
Install Proxmox Backup Server on `Proxmox VE`_
2019-11-13 13:10:56 +01:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
After configuring the
:ref: `sysadmin_package_repositories` , you need to run:
.. code-block :: console
2023-11-28 12:11:46 +01:00
# apt update
# apt install proxmox-backup-server
2019-11-13 13:10:56 +01:00
.. caution :: Installing the backup server directly on the hypervisor
2020-04-14 17:12:47 +02:00
is not recommended. It is safer to use a separate physical
server to store backups. Should the hypervisor server fail, you can
still access the backups.
2019-11-13 13:10:56 +01:00
2020-11-06 15:46:24 +01:00
.. Note :: You can access the web interface of the Proxmox Backup Server with
your web browser, using HTTPS on port 8007. For example at
`` https://<ip-or-dns-name>:8007 ``
2020-07-14 07:30:50 +02:00
2020-11-06 15:46:24 +01:00
Client Installation
2019-11-13 13:10:56 +01:00
-------------------
2023-11-24 18:43:43 +01:00
Install Proxmox Backup Client on Debian
2019-11-13 13:10:56 +01:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-04-13 14:37:36 +02:00
Proxmox ships as a set of Debian packages to be installed on top of a standard
Debian installation. After configuring the :ref: `package_repositories_client_only_apt` ,
you need to run:
2019-11-13 13:10:56 +01:00
.. code-block :: console
2023-11-28 12:11:46 +01:00
# apt update
# apt install proxmox-backup-client
2019-11-13 13:10:56 +01:00
2021-04-13 14:42:01 +02:00
.. note :: The client-only repository should be usable by most recent Debian and
Ubuntu derivatives.
2019-02-27 17:42:31 +01:00