# Scheduling Restic Backups with Windows Task Scheduler Complexity of these steps and the fact that it took me two hours to figure it out, is an example of why Windows is shit. - Make a local admin account - Start task at specific time and repeat daily. Trigger it once every n hours. - If the above makes no sense it's just how Windows describes tasks. Dumb. - Run whether user is logged in or not - Run with highest privileges - Action: `powershell` - Arguments: `-ExecutionPolicy Bypass -WindowStyle Hidden C:\Users\NikolaMilekic\restic\NMPC\Backup.ps1`