Add scheduled task XML

This commit is contained in:
2025-09-11 12:56:57 +01:00
parent 73fdffaa57
commit 4776823524
4 changed files with 16 additions and 11 deletions

View File

@@ -1,7 +1,13 @@
#
# backup.ps1
#
# TODO: Update cleanup time based on backup type
$sqlInstance = "sqlfcsql\TESTINST"
#$directory = "H:\Backup"
$directory = "C:\Rubrik\mount"
$fullBackupDay = 'Wednesday'
$fullBackupDay = 'Tuesday'
$cleanupTime = 24
$checkCluster = $false