Signed-off-by: Fabian Ebner <f.eb...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to