]> git.proxmox.com Git - pve-guest-common.git/blobdiff - PVE/VZDump/Common.pm
mention prune behavior for the remove parameter
[pve-guest-common.git] / PVE / VZDump / Common.pm
index 86cb7bd62db49f334d6b53c7ddfde84b5dc496fc..bc38343550fe916bb9eadd97264cff82a7d658dd 100644 (file)
@@ -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,
     },