5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

sentence structure, wording

This commit is contained in:
Fabian Grünbichler 2016-04-26 09:27:00 +02:00 committed by Dietmar Maurer
parent 65647b0797
commit 8e4bb2611d
3 changed files with 12 additions and 9 deletions

View File

@ -52,7 +52,7 @@ What is a container, CT, VE, Virtual Private Server, VPS?::
Operating-system-level virtualization is a server-virtualization
method where the kernel of an operating system allows for multiple
isolated user-space instances, instead of just one. We call such
instances containers. As containers share the Kernel they are
instances containers. As containers use the host's kernel they are
limited to Linux guests.
What is a QEMU/KVM guest (or VM)?::

View File

@ -65,7 +65,7 @@ functional and error free.
You normally select *Install Proxmox VE* to start the installation.
After that you get prompted to select the target hard disk(s). The
`Options` button aside lets you select the target file system, and
`Options` button lets you select the target file system, which
defaults to `ext4`. The installer uses LVM if you select 'ext3',
'ext4' or 'xfs' as file system, and offers additional option to
restrict LVM space (see <<advanced_lvm_options,below>>)

View File

@ -64,7 +64,8 @@ not require that the underlying storage supports snapshots.
`stop` mode::
Stop the guest during backup. This results in a very long downtime.
Stop the container for the duration of the backup. This potentially results in
a very long downtime.
`suspend` mode::
@ -77,8 +78,8 @@ to hold the container copy.
When the container is on a local filesystem and the target storage of the backup
is an NFS server, you should set `--tmpdir` to reside on a local filesystem too,
as this will result in a many fold performance improvement.
Use of a local `tmpdir` is also required if you want to backup in `suspend`
mode a local container using ACLs to an NFS server.
Use of a local `tmpdir` is also required if you want to backup a local container
using ACLs in suspend mode if the backup storage is an NFS server.
`snapshot` mode::
@ -90,7 +91,7 @@ snapshot content will be archived in a tar file.
Backup File Names
-----------------
Newer versions of vzdump encode the virtual machine type and the
Newer versions of vzdump encode the guest type and the
backup time into the filename, for example
vzdump-lxc-105-2009_10_09-11_04_43.tar
@ -149,15 +150,17 @@ directory ('vzdump-hook-script.pl').
File Exclusions
---------------
First, this option is only available for container backups. 'vzdump'
skips the following files with option `--stdexcludes`
NOTE: this option is only available for container backups.
'vzdump' skips the following files by default (disable with the option
`--stdexcludes 0`)
/var/log/?*
/tmp/?*
/var/tmp/?*
/var/run/?*pid
Or you can manually specify exclude paths, for example:
You can also manually specify (additional) exclude paths, for example:
# vzdump 777 --exclude-path /tmp/ --exclude-path '/var/foo*'