]> git.proxmox.com Git - proxmox-backup.git/blame - docs/installation.rst
do_verification_job: fix "never-reverify" and refactor/comment
[proxmox-backup.git] / docs / installation.rst
CommitLineData
7e688b71
DM
1Installation
2============
7ef486ae 3
4f3db187
AL
4`Proxmox Backup`_ is split into a server and client part. The server part
5can either be installed with a graphical installer or on top of
6Debian_ from the provided package repository.
58ea88c8 7
7d4bf881
TL
8.. include:: system-requirements.rst
9
7391b4cf
DM
10.. include:: package-repositories.rst
11
58ea88c8
DM
12Server installation
13-------------------
14
4f3db187
AL
15The backup server stores the actual backed up data and provides a web based GUI
16for various management tasks such as disk management.
58ea88c8
DM
17
18.. note:: You always need a backup server. It is not possible to use
19 `Proxmox Backup`_ without the server part.
20
4f3db187
AL
21The disk image (ISO file) provided by Proxmox includes a complete Debian system
22("buster" for version 1.x) as well as all necessary packages for the `Proxmox Backup`_ server.
58ea88c8 23
4cda7603 24The installer will guide you through the setup process and allow
58ea88c8 25you to partition the local disk(s), apply basic system configurations
4cda7603 26(e.g. timezone, language, network), and install all required packages.
4f3db187
AL
27The provided ISO will get you started in just a few minutes, and is the
28recommended method for new and existing users.
58ea88c8
DM
29
30Alternatively, `Proxmox Backup`_ server can be installed on top of an
31existing Debian system.
32
4f3db187
AL
33Install `Proxmox Backup`_ with the Installer
34~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58ea88c8 35
4f3db187 36Download the ISO from |DOWNLOADS|.
58ea88c8
DM
37It includes the following:
38
58ea88c8 39* The `Proxmox Backup`_ server installer, which partitions the local
4f3db187 40 disk(s) with ext4, ext3, xfs or ZFS, and installs the operating
4cda7603 41 system
58ea88c8 42
4f3db187
AL
43* Complete operating system (Debian Linux, 64-bit)
44
4cda7603 45* Our Linux kernel with ZFS support
58ea88c8 46
4f3db187 47* Complete tool-set to administer backups and all necessary resources
58ea88c8 48
4f3db187 49* Web based GUI management interface
58ea88c8
DM
50
51.. note:: During the installation process, the complete server
52 is used by default and all existing data is removed.
53
54
55Install `Proxmox Backup`_ server on Debian
56~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
4f3db187 58Proxmox ships as a set of Debian packages which can be installed on top of a
4cda7603 59standard Debian installation. After configuring the
58ea88c8
DM
60:ref:`sysadmin_package_repositories`, you need to run:
61
62.. code-block:: console
63
64 # apt-get update
65 # apt-get install proxmox-backup-server
66
4f3db187 67The commands above keep the current (Debian) kernel and install a minimal
58ea88c8
DM
68set of required packages.
69
70If you want to install the same set of packages as the installer
71does, please use the following:
72
73.. code-block:: console
74
75 # apt-get update
76 # apt-get install proxmox-backup
77
4f3db187
AL
78This will install all required packages, the Proxmox kernel with ZFS_
79support, and a set of common and useful packages.
80
74fc8447
DW
81.. caution:: Installing `Proxmox Backup`_ on top of an existing Debian_
82 installation looks easy, but it assumes that the base system and local
83 storage have been set up correctly. In general this is not trivial, especially
84 when LVM_ or ZFS_ is used. The network configuration is completely up to you
85 as well.
58ea88c8 86
3bbb70b3 87.. note:: You can access the web interface of the Proxmox Backup Server with
34389132
TL
88 your web browser, using HTTPS on port 8007. For example at
89 ``https://<ip-or-dns-name>:8007``
90
58ea88c8
DM
91Install Proxmox Backup server on `Proxmox VE`_
92~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93
94After configuring the
95:ref:`sysadmin_package_repositories`, you need to run:
96
97.. code-block:: console
98
99 # apt-get update
100 # apt-get install proxmox-backup-server
101
102.. caution:: Installing the backup server directly on the hypervisor
4f3db187
AL
103 is not recommended. It is safer to use a separate physical
104 server to store backups. Should the hypervisor server fail, you can
105 still access the backups.
58ea88c8 106
4cda7603 107.. note::
3bbb70b3 108 You can access the web interface of the Proxmox Backup Server with your web
4cda7603 109 browser, using HTTPS on port 8007. For example at ``https://<ip-or-dns-name>:8007``
34389132 110
58ea88c8
DM
111Client installation
112-------------------
113
114Install `Proxmox Backup`_ client on Debian
115~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
4f3db187
AL
117Proxmox ships as a set of Debian packages to be installed on
118top of a standard Debian installation. After configuring the
58ea88c8
DM
119:ref:`sysadmin_package_repositories`, you need to run:
120
121.. code-block:: console
122
123 # apt-get update
124 # apt-get install proxmox-backup-client
125
126
127Installing from source
128~~~~~~~~~~~~~~~~~~~~~~
129
2938a0a7 130.. todo:: Add section "Installing from source"
58ea88c8
DM
131
132Installing statically linked binary
133~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7ef486ae 134
2938a0a7 135.. todo:: Add section "Installing statically linked binary"