foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:55:15Z
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
#Requires -Version 5.1
|
#Requires -Version 5.1
|
||||||
|
|
||||||
$s
|
$task = @{
|
||||||
# --- Configuration ---
|
name = 'FoamGitSync'
|
||||||
$frequencyMinutes = 2 # How often the Scheduled Task should attempt to run this script
|
freqencyMinutes = 2
|
||||||
|
}
|
||||||
|
|
||||||
# --- Scheduled Task Setup ---
|
# --- Configuration ---
|
||||||
$taskName = "FoamGitSync"
|
$frequencyMinutes = $task.freqencyMinutes # How often the Scheduled Task should attempt to run this script
|
||||||
|
$taskName = $task.name
|
||||||
|
|
||||||
# --- Log File Setup ---
|
# --- Log File Setup ---
|
||||||
# Log inside the repository, in a .logs subfolder. Ensure this is in .gitignore
|
# Log inside the repository, in a .logs subfolder. Ensure this is in .gitignore
|
||||||
|
|||||||
Reference in New Issue
Block a user