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
This commit is contained in:
6
.vf.ps1
Normal file
6
.vf.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
'--- 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
|
||||
Reference in New Issue
Block a user