restic-scripts-win/snapshots.ps1
2023-01-26 14:32:09 +00:00

3 lines
108 B
PowerShell

$dir = Split-Path $script:MyInvocation.MyCommand.Path
. $dir/env.ps1
Invoke-Expression "restic snapshots"