๐Ÿ“œ A script to simplify Restic deployment on Windows workstations and servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
restic-script/Restic-Script.cmd

5 lines
94 B

@echo off
pushd %~dp0
powershell -ExecutionPolicy Bypass -File .\Restic-Script.ps1
popd
@pause