From 1b182621b1fa7b06d31964296f87e53021a73883 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sat, 4 Nov 2023 15:15:55 +0100 Subject: [PATCH] Weekly backup on TT and HX. --- build/mchn/HX/custom.tcl | 5 +++++ build/mchn/TT/custom.tcl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/build/mchn/HX/custom.tcl b/build/mchn/HX/custom.tcl index 15cb90c4..6034cafa 100644 --- a/build/mchn/HX/custom.tcl +++ b/build/mchn/HX/custom.tcl @@ -1,2 +1,7 @@ #Gun down users that are idle and not logged in. respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r" + +#Run a weekly unattended incremental dump. +respond "*" ":midas dragon; weekly backup_lars; backup\r" +respond "HOST NAME =" "177001\r" +expect ":KILL" diff --git a/build/mchn/TT/custom.tcl b/build/mchn/TT/custom.tcl index 5e42c4dc..17489d07 100644 --- a/build/mchn/TT/custom.tcl +++ b/build/mchn/TT/custom.tcl @@ -5,3 +5,8 @@ expect ":KILL" #Gun down users that are idle and not logged in. respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r" + +#Run a weekly unattended incremental dump. +respond "*" ":midas dragon; weekly backup_lars; backup\r" +respond "HOST NAME =" "3036\r" +expect ":KILL"