6189b956b6
the file certificate-managment.rst is generated from the pmg-docs repo by running: ``` asciidoc -b $(pwd)/asciidoc/pmg-docbook \ -f asciidoc/asciidoc-pmg.conf -o - pmg-ssl-certificate.adoc | \ pandoc -f docbook -t rst --shift-heading-level-by=1 \ -o certificate-mangement-auto.rst sed -ri 's/__/_/' certificate-mangement-auto.rst sed -ri 's/\{pmg\}/`Proxmox Backup`_/g' certificate-mangement-auto.rst sed -ri 's/\{PMG\}/`Proxmox Backup`_/g' certificate-mangement-auto.rst sed -ri 's/Proxmox Mail Gateway/`Proxmox Backup`_/g' \ certificate-mangement-auto.rst sed -ri 's/pmg-([a-zA-Z0-9_-]*).png/pbs-\1.png/g' \ certificate-mangement-auto.rst sed -ri 's/pmgproxy/proxmox-backup-proxy/g' \ certificate-mangement-auto.rst sed -ri 's/pmgconfig/proxmox-backup-manager/g' \ certificate-mangement-auto.rst sed -ri 's/pmg-daily/proxmox-backup-daily-update/g' \ certificate-mangement-auto.rst sed -ri 's/\/etc\/pmg\/node.conf/\/etc\/proxmox-backup\/node.cfg/g' \ certificate-mangement-auto.rst sed -ri 's/\/etc\/pmg\/acme/\/etc\/proxmox-backup\/acme/g' \ certificate-mangement-auto.rst sed -ri \ 's/\/etc\/pmg\/pmg-api.pem/\/etc\/proxmox-backup\/proxy.pem/g' \ certificate-mangement-auto.rst sed -ri 's/screenshot/screenshots/g' certificate-mangement-auto.rst Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
36 lines
1.2 KiB
ReStructuredText
36 lines
1.2 KiB
ReStructuredText
.. _sysadmin_host_administration:
|
|
|
|
Host System Administration
|
|
==========================
|
|
|
|
`Proxmox Backup`_ is based on the famous Debian_ Linux
|
|
distribution. This means that you have access to the entire range of
|
|
Debian packages, and that the base system is well documented. The `Debian
|
|
Administrator's Handbook`_ is available online, and provides a
|
|
comprehensive introduction to the Debian operating system.
|
|
|
|
A standard `Proxmox Backup`_ installation uses the default
|
|
repositories from Debian, so you get bug fixes and security updates
|
|
through that channel. In addition, we provide our own package
|
|
repository to roll out all Proxmox related packages. This includes
|
|
updates to some Debian packages when necessary.
|
|
|
|
We also deliver a specially optimized Linux kernel, based on the Ubuntu
|
|
kernel. That kernel includes drivers for ZFS_.
|
|
|
|
The following sections will concentrate on backup related topics. They
|
|
will explain things which are different on `Proxmox Backup`_, or
|
|
tasks which are commonly used on `Proxmox Backup`_. For other topics,
|
|
please refer to the standard Debian documentation.
|
|
|
|
|
|
.. include:: local-zfs.rst
|
|
|
|
.. include:: system-booting.rst
|
|
|
|
.. include:: certificate-management.rst
|
|
|
|
.. include:: services.rst
|
|
|
|
.. include:: command-line-tools.rst
|