]> git.proxmox.com Git - pve-docs.git/blame - vzdump.conf.5-opts.adoc
install gen-vzdump.conf.5-opts.pl
[pve-docs.git] / vzdump.conf.5-opts.adoc
CommitLineData
d083d3d3
DM
1`bwlimit`: `integer (0 - N)` (default=`0`)::
2
3Limit I/O bandwidth (KBytes per second).
4
5`compress`: `(0 | 1 | gzip | lzo)` (default=`0`)::
6
7Compress dump file.
8
9`dumpdir`: `string` ::
10
11Store resulting files to specified directory.
12
13`exclude-path`: `string` ::
14
15Exclude certain files/directories (shell globs).
16
17`ionice`: `integer (0 - 8)` (default=`7`)::
18
19Set CFQ ionice priority.
20
21`lockwait`: `integer (0 - N)` (default=`180`)::
22
23Maximal time to wait for the global lock (minutes).
24
25`mailnotification`: `(always | failure)` (default=`always`)::
26
27Specify when to send an email
28
29`mailto`: `string` ::
30
31no description available
32
33`maxfiles`: `integer (1 - N)` (default=`1`)::
34
35Maximal number of backup files per guest system.
36
37`mode`: `(snapshot | stop | suspend)` (default=`snapshot`)::
38
39Backup mode.
40
41`pigz`: `integer` (default=`0`)::
42
43Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as
44thread count.
45
46`remove`: `boolean` (default=`1`)::
47
48Remove old backup files if there are more than 'maxfiles' backup files.
49
50`script`: `string` ::
51
52Use specified hook script.
53
54`stdexcludes`: `boolean` (default=`1`)::
55
56Exclude temporary files and logs.
57
58`stopwait`: `integer (0 - N)` (default=`10`)::
59
60Maximal time to wait until a guest system is stopped (minutes).
61
62`storage`: `string` ::
63
64Store resulting file to this storage.
65
66`tmpdir`: `string` ::
67
68Store temporary files to specified directory.
69