]> git.proxmox.com Git - pve-docs.git/blame - vzdump.conf.5-opts.adoc
cluster: restructure ssh role section
[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
c5aa7e14 5`compress`: `<0 | 1 | gzip | lzo | zstd>` ('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
9226ccbc
TL
45`pool`: `<string>` ::
46
47Backup all known guest systems included in the specified pool.
48
739d4d64
TL
49`prune-backups`: `[keep-daily=<N>] [,keep-hourly=<N>] [,keep-last=<N>] [,keep-monthly=<N>] [,keep-weekly=<N>] [,keep-yearly=<N>]` ::
50
51Use these retention options instead of those from the storage configuration.
52
53`keep-daily`=`<N>` ;;
54
55Keep backups for the last <N> different days. If there is morethan one backup for a single day, only the latest one is kept.
56
57`keep-hourly`=`<N>` ;;
58
59Keep backups for the last <N> different hours. If there is morethan one backup for a single hour, only the latest one is kept.
60
61`keep-last`=`<N>` ;;
62
63Keep the last <N> backups.
64
65`keep-monthly`=`<N>` ;;
66
67Keep backups for the last <N> different months. If there is morethan one backup for a single month, only the latest one is kept.
68
69`keep-weekly`=`<N>` ;;
70
71Keep backups for the last <N> different weeks. If there is morethan one backup for a single week, only the latest one is kept.
72
73`keep-yearly`=`<N>` ;;
74
75Keep backups for the last <N> different years. If there is morethan one backup for a single year, only the latest one is kept.
76
013dc89f 77`remove`: `<boolean>` ('default =' `1`)::
d083d3d3
DM
78
79Remove old backup files if there are more than 'maxfiles' backup files.
80
013dc89f 81`script`: `<string>` ::
d083d3d3
DM
82
83Use specified hook script.
84
013dc89f 85`stdexcludes`: `<boolean>` ('default =' `1`)::
d083d3d3
DM
86
87Exclude temporary files and logs.
88
013dc89f 89`stopwait`: `<integer> (0 - N)` ('default =' `10`)::
d083d3d3
DM
90
91Maximal time to wait until a guest system is stopped (minutes).
92
013dc89f 93`storage`: `<string>` ::
d083d3d3
DM
94
95Store resulting file to this storage.
96
013dc89f 97`tmpdir`: `<string>` ::
d083d3d3
DM
98
99Store temporary files to specified directory.
100
c5aa7e14
TL
101`zstd`: `<integer>` ('default =' `1`)::
102
103Zstd threads. N=0 uses half of the available cores, N>0 uses N as thread count.
104