Skip to content

Commit 9870ec8

Browse files
committed
Update README.md
1 parent 9c090e1 commit 9870ec8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,15 @@ Default output format: (Enter "text".)
7878
powershell.exe -ExecutionPolicy Bypass -file "C:\aws\1-start-ebs-snapshot.ps1"
7979
```
8080
...on a nightly basis.
81+
82+
===================================
83+
84+
**TROUBLESHOOTING**
85+
86+
If you setup the AWS CLI under a Windows user account other than the local Administrator, you will need to edit the file "2-run-backup.cmd", and change the USERPROFILE path.
87+
88+
For example, let's say that you've configured the AWS CLI credentials under the Windows user account "myadmin". You will need to:
89+
90+
- Open C:\aws\2-run-backup.cmd in Notepad
91+
- Change "set USERPROFILE=C:\Users\Administrator\" to "set USERPROFILE=C:\Users\myadmin\"
92+
- Save and exit.

0 commit comments

Comments
 (0)