foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:55:15Z

This commit is contained in:
Ben Miller
2025-06-19 13:55:15 -06:00
parent cc35a0b8d6
commit e2fc925029

View File

@ -1,11 +1,13 @@
#Requires -Version 5.1
$s
# --- Configuration ---
$frequencyMinutes = 2 # How often the Scheduled Task should attempt to run this script
$task = @{
name = 'FoamGitSync'
freqencyMinutes = 2
}
# --- Scheduled Task Setup ---
$taskName = "FoamGitSync"
# --- Configuration ---
$frequencyMinutes = $task.freqencyMinutes # How often the Scheduled Task should attempt to run this script
$taskName = $task.name
# --- Log File Setup ---
# Log inside the repository, in a .logs subfolder. Ensure this is in .gitignore