From bc0e2b7001d620edd0cf07eb530c2078c3c77fd7 Mon Sep 17 00:00:00 2001 From: bcutter Date: Fri, 2 Aug 2024 16:53:39 +0200 Subject: [PATCH] Fix minor typo in "Migrating an external data disk to another system" section (#34093) --- source/_includes/common-tasks/data_disk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/data_disk.md b/source/_includes/common-tasks/data_disk.md index b815b0d0205..ab6ddbcc311 100644 --- a/source/_includes/common-tasks/data_disk.md +++ b/source/_includes/common-tasks/data_disk.md @@ -64,7 +64,7 @@ This can be an option if the following elements apply to your use case: - You already have a functioning Home Assistant instance (system 1) that is using an external data disk. - You have another, new, Home Assistant instance (system 2). -- You want now want to use the data disk of system 1 on system 2 instead. +- You now want to use the data disk of system 1 on system 2 instead. The aim is to migrate the data from system 1 to system 2. One way to do this is by [restoring a backup](/common-tasks/os/#restoring-a-backup). The other way is to move the data disk. This can be an interesting option if you have a large amount of data on your external disk or if your external disk has more storage capacity than your new system.