2016-11-05 16:49:43 +01:00
`bwlimit`: `<integer> (0 - N)` ('default =' `0`)::
2016-04-14 10:53:46 +02:00
Limit I/O bandwidth (KBytes per second).
2016-11-05 16:49:43 +01:00
`compress`: `<0 | 1 | gzip | lzo>` ('default =' `0`)::
2016-04-14 10:53:46 +02:00
Compress dump file.
2016-11-05 16:49:43 +01:00
`dumpdir`: `<string>` ::
2016-04-14 10:53:46 +02:00
Store resulting files to specified directory.
2016-11-05 16:49:43 +01:00
`exclude-path`: `<string>` ::
2016-04-14 10:53:46 +02:00
Exclude certain files/directories (shell globs).
2016-11-05 16:49:43 +01:00
`ionice`: `<integer> (0 - 8)` ('default =' `7`)::
2016-04-14 10:53:46 +02:00
Set CFQ ionice priority.
2016-11-05 16:49:43 +01:00
`lockwait`: `<integer> (0 - N)` ('default =' `180`)::
2016-04-14 10:53:46 +02:00
Maximal time to wait for the global lock (minutes).
2016-11-05 16:49:43 +01:00
`mailnotification`: `<always | failure>` ('default =' `always`)::
2016-04-14 10:53:46 +02:00
Specify when to send an email
2016-11-05 16:49:43 +01:00
`mailto`: `<string>` ::
2016-04-14 10:53:46 +02:00
2016-05-19 16:14:05 +02:00
Comma-separated list of email addresses that should receive email notifications.
2016-04-14 10:53:46 +02:00
2016-11-05 16:49:43 +01:00
`maxfiles`: `<integer> (1 - N)` ('default =' `1`)::
2016-04-14 10:53:46 +02:00
Maximal number of backup files per guest system.
2016-11-05 16:49:43 +01:00
`mode`: `<snapshot | stop | suspend>` ('default =' `snapshot`)::
2016-04-14 10:53:46 +02:00
Backup mode.
2016-11-05 16:49:43 +01:00
`pigz`: `<integer>` ('default =' `0`)::
2016-04-14 10:53:46 +02:00
2016-05-19 16:14:05 +02:00
Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread count.
2016-04-14 10:53:46 +02:00
2016-11-05 16:49:43 +01:00
`remove`: `<boolean>` ('default =' `1`)::
2016-04-14 10:53:46 +02:00
Remove old backup files if there are more than 'maxfiles' backup files.
2016-11-05 16:49:43 +01:00
`script`: `<string>` ::
2016-04-14 10:53:46 +02:00
Use specified hook script.
2016-11-05 16:49:43 +01:00
`stdexcludes`: `<boolean>` ('default =' `1`)::
2016-04-14 10:53:46 +02:00
Exclude temporary files and logs.
2016-11-05 16:49:43 +01:00
`stopwait`: `<integer> (0 - N)` ('default =' `10`)::
2016-04-14 10:53:46 +02:00
Maximal time to wait until a guest system is stopped (minutes).
2016-11-05 16:49:43 +01:00
`storage`: `<string>` ::
2016-04-14 10:53:46 +02:00
Store resulting file to this storage.
2016-11-05 16:49:43 +01:00
`tmpdir`: `<string>` ::
2016-04-14 10:53:46 +02:00
Store temporary files to specified directory.