From 107b5974ea2451e7ce0b1bc3dc21694ab547a246 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Thu, 11 Jul 2024 12:58:05 +0200 Subject: [PATCH] vzdump: change detection mode: rephrase to avoid e.g. We try to avoid "e.g.". Restructuring the sentence helps us to avoid it alltogether. Signed-off-by: Aaron Lauterer --- vzdump.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vzdump.adoc b/vzdump.adoc index 508ff5d..9035156 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -201,8 +201,8 @@ detect unchanged files, and reuse their data chunks without reading file contents from disk, whenever possible. |=============================================================================== -Use e.g. `vzdump 123 --storage pbs-storage --pbs-change-detection-mode metadata` -to perform a backup using the change detection mode `metadata`. +To perform a backup using the change detecation mode `metadata` you can run +`vzdump 123 --storage pbs-storage --pbs-change-detection-mode metadata`. NOTE: Backups of VMs or to storage backends other than Proxmox Backup Server are not affected by this setting.