]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.conf.5-opts.adoc
update static and schema information
[pve-docs.git] / vzdump.conf.5-opts.adoc
index b2624994f887829df78a3d6efa81373921f33198..21b96e87885f824135f5ec6cca04011fe9249dfa 100644 (file)
@@ -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>]` ::
 
 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.