From 74d3282fd15f0f1809826064f03fa83e27260dd1 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 21 Apr 2024 20:43:31 +0200 Subject: [PATCH] update --- kopia_backup/kopia_cli_deploy_win/kopia_backup_scipt.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kopia_backup/kopia_cli_deploy_win/kopia_backup_scipt.ps1 b/kopia_backup/kopia_cli_deploy_win/kopia_backup_scipt.ps1 index 4b31b70..5b7f47c 100644 --- a/kopia_backup/kopia_cli_deploy_win/kopia_backup_scipt.ps1 +++ b/kopia_backup/kopia_cli_deploy_win/kopia_backup_scipt.ps1 @@ -10,9 +10,10 @@ # - kopia repo connect filesystem --path C:\kopia_repo -p aaa # - kopia snap list --all # - kopia mount all K: -# mounting should be used as non-admin user, weird windows thing -# or one does not see the drive, in that case: -# - net use - shows path that can be pasted to explorer or browser + +# mounting might need be executed as non-admin user, weird windows thing +# if one does not see the drive: +# - 'net use' shows path that can be pasted to explorer or browser # \\127.0.0.1@51295\DavWWWRoot # logs location is set C:\Kopia\Kopia_Logs for every command @@ -25,7 +26,7 @@ $REPOSITORY_PATH = 'C:\kopia_repo' $KOPIA_PASSWORD = 'aaa' -[array]$BACKUP_THIS = 'C:\Test' +[array]$BACKUP_THIS = 'C:\test' $LOG_PATH = 'C:\Kopia\Kopia_Logs' $USE_SHADOW_COPY = $false