Link to schedtask doc

This commit is contained in:
Erik Westrup
2022-02-13 18:37:04 +01:00
parent eac8b97932
commit 8275f708ea

View File

@@ -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: