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