From f28e09d905ae733009880b344ebfb650283fbb81 Mon Sep 17 00:00:00 2001 From: Shadowy Super Coder Date: Thu, 18 May 2023 18:29:43 -0600 Subject: [PATCH] Update Windows backup instructions to consider the correct path format --- site/source/user-manual/backups/backup-setup/backup-windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/user-manual/backups/backup-setup/backup-windows.rst b/site/source/user-manual/backups/backup-setup/backup-windows.rst index 4eda2e0..073963e 100644 --- a/site/source/user-manual/backups/backup-setup/backup-windows.rst +++ b/site/source/user-manual/backups/backup-setup/backup-windows.rst @@ -67,7 +67,7 @@ Connect Embassy :width: 60% - For "Hostname" - Enter your Windows computer name (this is shown after a ``\\`` in Windows) - - For "Path" - Enter the share name displayed in the Windows sharing dialog shown in Step 4 above. In our example this would be, literally, ``SharedFolder`` + - For "Path" - Enter the full path followed by the share name displayed in the Windows sharing dialog shown in Step 4 above. In our example this would be, literally, ``/Users/win/Desktop/SharedFolder``. When entering the path, make sure replace the backshashes ``\`` shown by Windows with forward slashes ``/``. - Enter your Windows username and password in the "User" and "Password" fields .. caution::