You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\"
0 commit comments