Hi!
I have a backup script that send backup file to e-mail. After some of updates it doesn’t work. Now it work on RouterOS 6.34.2, but don’t work on 6.37.3.
Problem in this long line:
/tool e-mail send to=my@email.ru cc=other@email.ru subject=("router3 daily backup") file=$backupfile body=("Russian words showing here as ìàðøðóòèçàòîðà " . [/system identity get name] . ". \nÂûïîëíåí: " . [/system clock get time] . " " . \ [/system clock get date] . " \n____________________\n \nUptime: " . [/system resource get uptime] . "\nÑâîáîäíî îïåðàòèâêè: " . [/system resource get free-memory] . " èç " . [/system resource get total-memory] . " Êáàéò. \nÑâîáîäíîå ìåñòî: " . [/system resource get free-hdd-space] . " èç " . [/system resource get total-hdd-space] . " Êáàéò. \nBad-áëîêè: " . [/system resource get bad-blocks] . " %. \nÇàãðóçêà ïðîöåññîðà íà äàííûé ìîìåíò: " . [/system resource get cpu-load] . " %. \nÒåêóùèé IP-àäðåñ: $currentIP \n____________________\n \nÏîñëåäíèå çàïèñè â ëîãå: \n \n" . $logMessages . " \n____________________ \n" . [/system identity get name])
If I run it in terminal, it show me after some time
action timed out - try again, if error continues contact MikroTik support and send a supout file (13)
How I can check what exactly command generate timeout? If I run it one by another in terminal I see nothing, but without timeouts.
Thanks in advance and sorry for my English, please!