restic-scripts-win/snapshots.ps1

3 lines
108 B
PowerShell
Raw Normal View History

2023-01-26 15:32:09 +01:00
$dir = Split-Path $script:MyInvocation.MyCommand.Path
. $dir/env.ps1
2023-01-26 15:26:03 +01:00
Invoke-Expression "restic snapshots"