]> git.proxmox.com Git - proxmox-backup.git/blame - docs/sysadmin.rst
docs: do not hardcode version
[proxmox-backup.git] / docs / sysadmin.rst
CommitLineData
c4f1b69f
DM
1Host System Administration
2--------------------------
3
4`Proxmox Backup`_ is based on the famous Debian_ Linux
5distribution. That means that you have access to the whole world of
6Debian packages, and the base system is well documented. The `Debian
7Administrator's Handbook`_ is available online, and provides a
8comprehensive introduction to the Debian operating system.
9
10A standard `Proxmox Backup`_ installation uses the default
11repositories from Debian, so you get bug fixes and security updates
12through that channel. In addition, we provide our own package
13repository to roll out all Proxmox related packages. This includes
14updates to some Debian packages when necessary.
15
16We also deliver a specially optimized Linux kernel, where we enable
17all required virtualization and container features. That kernel
18includes drivers for ZFS_, and several hardware drivers. For example,
19we ship Intel network card drivers to support their newest hardware.
20
21The following sections will concentrate on backup related topics. They
22either explain things which are different on `Proxmox Backup`_, or
23tasks which are commonly used on `Proxmox Backup`_. For other topics,
24please refer to the standard Debian documentation.
25
26ZFS
27~~~
28
210cb536
DM
29.. todo:: Add local ZFS admin guide (local.zfs.adoc)
30