]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.conf.5-opts.adoc
pct: add section for supported distributions
[pve-docs.git] / vzdump.conf.5-opts.adoc
index b2624994f887829df78a3d6efa81373921f33198..f7f05784ee51e8281d0f15f1ac9e83b1dba4f62c 100644 (file)
@@ -12,7 +12,7 @@ Store resulting files to specified directory.
 
 `exclude-path`: `<string>` ::
 
-Exclude certain files/directories (shell globs).
+Exclude certain files/directories (shell globs). Paths starting with '/' are anchored to the container's root,  other paths match relative to each subdirectory.
 
 `ionice`: `<integer> (0 - 8)` ('default =' `7`)::
 
@@ -28,11 +28,11 @@ Specify when to send an email
 
 `mailto`: `<string>` ::
 
-Comma-separated list of email addresses that should receive email notifications.
+Comma-separated list of email addresses or users that should receive email notifications.
 
-`maxfiles`: `<integer> (1 - N)` ('default =' `1`)::
+`maxfiles`: `<integer> (1 - N)` ::
 
-Maximal number of backup files per guest system.
+Deprecated: use 'prune-backups' instead. Maximal number of backup files per guest system.
 
 `mode`: `<snapshot | stop | suspend>` ('default =' `snapshot`)::
 
@@ -46,10 +46,14 @@ Use pigz instead of gzip when N>0. N=1 uses half of cores, N>1 uses N as thread
 
 Backup all known guest systems included in the specified pool.
 
-`prune-backups`: `[keep-daily=<N>] [,keep-hourly=<N>] [,keep-last=<N>] [,keep-monthly=<N>] [,keep-weekly=<N>] [,keep-yearly=<N>]` ::
+`prune-backups`: `[keep-all=<1|0>] [,keep-daily=<N>] [,keep-hourly=<N>] [,keep-last=<N>] [,keep-monthly=<N>] [,keep-weekly=<N>] [,keep-yearly=<N>]` ('default =' `keep-all=1`)::
 
 Use these retention options instead of those from the storage configuration.
 
+`keep-all`=`<boolean>` ;;
+
+Keep all backups. Conflicts with the other options when true.
+
 `keep-daily`=`<N>` ;;
 
 Keep backups for the last <N> different days. If there is morethan one backup for a single day, only the latest one is kept.
@@ -76,7 +80,7 @@ Keep backups for the last <N> different years. If there is morethan one backup f
 
 `remove`: `<boolean>` ('default =' `1`)::
 
-Remove old backup files if there are more than 'maxfiles' backup files.
+Prune older backups according to 'prune-backups'.
 
 `script`: `<string>` ::