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

3 lines
106 B
PowerShell

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