Add scheduled task XML
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user