Files
claudetools/.vf.ps1
Howard Enos 5e1ebf4789 sync: auto-sync from HOWARD-HOME at 2026-07-05 09:56:12
Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-05 09:56:12
2026-07-05 09:56:42 -07:00

7 lines
379 B
PowerShell

'--- upload.ps1 ---'
Get-Content 'C:\ProgramData\acg-backup\upload.ps1'
'--- rclone.conf (key masked) ---'
(Get-Content 'C:\ProgramData\acg-backup\rclone.conf') -replace '(key|pass|secret|account).*','$1 = ***'
'--- staging dir ---'
Get-ChildItem 'C:\ProgramData\acg-backup\staging' -ErrorAction SilentlyContinue | Select-Object Name,Length | Format-Table -AutoSize | Out-String