Works in powershell: .\backup.ps1 Task scheduler run produces error: "Repository string could not be parsed." $Env:RESTIC_REPOSITORY='\\remotehost\share\path\there' I've also tried a dozen variations with URIs and mapped drive to no avail. Any ideas?
Works in powershell: .\backup.ps1
Task scheduler run produces error: "Repository string could not be parsed."
$Env:RESTIC_REPOSITORY='\remotehost\share\path\there'
I've also tried a dozen variations with URIs and mapped drive to no avail. Any ideas?