5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-10-24 03:33:11 +03:00

formatting cleanup

reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'
This commit is contained in:
Fabian Grünbichler
2016-09-27 10:58:50 +02:00
committed by Dietmar Maurer
parent 128b18c0e5
commit 8c1189b640
37 changed files with 386 additions and 376 deletions

View File

@@ -119,7 +119,7 @@ Local storage types supported are:
Integrated Backup and Restore
-----------------------------
The integrated backup tool (vzdump) creates consistent snapshots of
The integrated backup tool (`vzdump`) creates consistent snapshots of
running Containers and KVM guests. It basically creates an archive of
the VM or CT data which includes the VM/CT configuration files.
@@ -150,11 +150,14 @@ bonding/aggregation are possible. In this way it is possible to build
complex, flexible virtual networks for the Proxmox VE hosts,
leveraging the full power of the Linux network stack.
Integrated Firewall
-------------------
The intergrated firewall allows you to filter network packets on
any VM or Container interface. Common sets of firewall rules can be grouped into 'security groups'.
any VM or Container interface. Common sets of firewall rules can
be grouped into ``security groups''.
Why Open Source
---------------