[pve-devel] [PATCH guest-common 1/3] mention prune behavior for the vzdump remove parameter
Fabian Ebner
f.ebner at proxmox.com
Mon Oct 19 14:33:12 CEST 2020
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
PVE/VZDump/Common.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/PVE/VZDump/Common.pm b/PVE/VZDump/Common.pm
index 63a4689..6ae35e6 100644
--- a/PVE/VZDump/Common.pm
+++ b/PVE/VZDump/Common.pm
@@ -221,7 +221,8 @@ my $confdesc = {
}),
remove => {
type => 'boolean',
- description => "Remove old backup files if there are more than 'maxfiles' backup files.",
+ description => "Remove old backup files if there are more than 'maxfiles' backup files " .
+ "or prune according to 'prune-backups'.",
optional => 1,
default => 1,
},
--
2.20.1
More information about the pve-devel
mailing list