[pve-devel] [PATCH v2 guest-common 1/3] mention prune behavior for the remove parameter
Fabian Ebner
f.ebner at proxmox.com
Wed Mar 3 12:50:40 CET 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
First version here (it's been a while):
https://lists.proxmox.com/pipermail/pve-devel/2020-October/045585.html
Changes from v1:
* Space lines more evenly to get below 80 char limit.
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 86cb7bd..bc38343 100644
--- a/PVE/VZDump/Common.pm
+++ b/PVE/VZDump/Common.pm
@@ -231,7 +231,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