From 8275f708ea36a30422514ddaec99c2e8f1ceab22 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sun, 13 Feb 2022 18:37:04 +0100 Subject: [PATCH] Link to schedtask doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a39f14..93638cf 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,8 @@ If you updated the `.plist` file, you need to issue the `bootout` followed by `b ## Setup Windows ScheduledTask +Windows comes with a built-in task scheduler called [ScheduledTask](https://docs.microsoft.com/en-us/powershell/module/scheduledtasks/new-scheduledtask?view=windowsserver2022-ps). The frontend app is "Task scheduler" (`taskschd.msc`) and we can use PowerShell commands to install a new scheduled task. + This is one of may ways you can get restic and this backup script working on Windows: 1. Install [scoop](https://scoop.sh/) 1. Install dependencies from a PowerShell with administrator privileges: