mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
12 lines
380 B
Tcl
12 lines
380 B
Tcl
#Gun down users that are idle and not logged in.
|
|
make_link "dragon; hourly gunner" "cstacy; gunner bin"
|
|
|
|
#Run a weekly unattended incremental dump.
|
|
midas "dragon; weekly backup" "lars; backup" {
|
|
respond "HOST NAME =" "177001\r"
|
|
}
|
|
|
|
# get rid of links to daemons that don't run correctly
|
|
respond "*" ":delete dragon;hourly digest\r"
|
|
respond "*" ":delete dragon;hourly gcbulk\r"
|