hello forum
i've searched around a bit for this but not too hard so perhaps this has already been asked.
heres my question(/s).
can i use this as a script in toucan 3.x ?
day = os.date("%A")
month= os.date("MM")
if day == "monday" then
backup("weeklybackup")
else
sync("dailysync") ''almost
if month == ("january") and day == ("monday") then
secure("yearencrypt")
end
also how can i use automatic password with what command, so that it doesn't ask me any???
thanks in advance