yeah I notice it in another method called:
proc backupdate {} {
global ioBvar
incr ioBvar(idlestamp)
ftp_ctrl
set curtimers [utimers]
if {![regexp "backupdate" $curtimers]} {
utimer 30 backupdate
}
}
I am assuming ftp_ctrl does more then just checks space.. .so i dont think I can delete it from there can i?
|