sync: auto-sync from HOWARD-HOME at 2026-07-15 12:26:02

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-15 12:26:02
This commit is contained in:
2026-07-15 12:26:30 -07:00
parent 0e244a610f
commit fd72c36f1e
4 changed files with 12 additions and 31 deletions

5
.neptune-runplan.ps1 Normal file
View File

@@ -0,0 +1,5 @@
$ErrorActionPreference = 'Continue'
$cbb = 'C:\Program Files\Arizona Computer Guru\Online Backup\cbb.exe'
$out = & $cbb plan -r '804b1884-356a-453b-ab6b-1b25398f0773' 2>&1
Write-Output "exit: $LASTEXITCODE"
$out | ForEach-Object { "$_" }