From 501744f77d643b9433d2d54afe2db020c79e3363 Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Fri, 28 Jul 2023 15:28:58 +0200 Subject: [PATCH] vzdump: mention new parameter 'pbs-entries-max' configuring pbs-entries-max can avoid failing backups due to a high amount of files in folders where a folder exclusion is not possible Signed-off-by: Alexander Zeidler --- vzdump.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vzdump.adoc b/vzdump.adoc index 85b7cc2..8dc49f5 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -218,7 +218,8 @@ There are a few settings for tuning backup performance not exposed in the UI. The most notable is `bwlimit` for limiting IO bandwidth. The amount of threads used for the compressor can be controlled with the `pigz` (replacing `gzip`), respectively, `zstd` setting. Furthermore, there are `ionice` and, as part of -the `performance` setting, `max-workers` (affects VM backups only). See the +the `performance` setting, `max-workers` (affects VM backups only) and +`pbs-entries-max` (affects container backups only). See the xref:vzdump_configuration[configuration options] for details. [[vzdump_retention]]