PortValhalla/scripts/Windows/OS/Backup.ps1

5 lines
105 B
PowerShell
Raw Normal View History

2024-09-09 22:37:13 +00:00
#!/bin/pwsh
. "$PSScriptRoot/Manage.ps1";
$env:INSTALLER_SCRIPT = "$PSCommandPath";
Start-WindowsBackup;