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