From 6d2a43a357644337035b31b82043c9bb5793b779 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 8 Jul 2024 01:34:01 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 09aabaf..7b67b61 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,4 @@ This command will restore the ZFS snapshot to the `downloads/akuma-tfjpo7-restor ### Summary -By following these steps, you can restore the ZFS snapshot and reattach it to a new VM using the TrueNAS Scale UI. This process involves extracting the backup archive, restoring the ZFS snapshot to a new dataset, and creating a new VM in TrueNAS Scale, pointing it to the restored ZFS volume. This approach ensures that the original dataset remains unaffected and allows you to easily restore and reattach your KVM instances. -``` - -This markdown section provides a clear and concise explanation of the steps required to restore a KVM instance from a ZFS backup, including the necessary commands and instructions for using the TrueNAS Scale UI. +By following these steps, you can restore the ZFS snapshot and reattach it to a new VM using the TrueNAS Scale UI. This process involves extracting the backup archive, restoring the ZFS snapshot to a new dataset, and creating a new VM in TrueNAS Scale, pointing it to the restored ZFS volume. This approach ensures that the original dataset remains unaffected and allows you to easily restore and reattach your KVM instances. It's similar to cloning an existing instance except it's from a file backup so the machine will have all the attributes of the clone don't start them both at the same time because that would have IP address overlaps etc.