From 613b6effc031956b42d8a5f7f9b4579657fea96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 5 Sep 2023 09:43:51 +0200 Subject: [PATCH] vzdump: mention file-restore log file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it was only documented in the proxmox-backup source code so far. Signed-off-by: Fabian Grünbichler --- vzdump.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vzdump.adoc b/vzdump.adoc index a7c3d1e..85b7cc2 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -469,6 +469,11 @@ downloaded from such an archive is inherently safe, but it avoids exposing the hypervisor system to danger. The VM will stop itself after a timeout. This entire process happens transparently from a user's point of view. +NOTE: For troubleshooting purposes, each temporary VM instance generates a log +file in `/var/log/proxmox-backup/file-restore/`. The log file might contain +additional information in case an attempt to restore individual files or +accessing file systems contained in a backup archive fails. + [[vzdump_configuration]] Configuration -------------