Closed ianneub closed 3 years ago
Really good feedback! Thanks for sharing it. I added some instructions to the readme. I would suggest using the RemoteSigned execution policy; it's a little safer / less permissive. It does mean you need to 'unblock' the execution of any file that gets downloaded, so it's an bit of an annoyance, but I think it's worth the added security.
On my first installation of restic-windows-backup I hit this problem:
Not using Windows too much, I wasn't sure how to enable this. A quick search later and I was able to find a solution pretty easily:
Run this before
./install.ps1
:I thought it might help someone else in the future if they run into this issue as well, so posting the solution here.