How to send backup files of RouterOS5 to linux tftp server ?

Hi!
Is there some script that can send backups to ubuntu scp\ftp\tftp server ?
Reading guides, googling - nothing.

no, but some other similar solutions:

http://wiki.mikrotik.com/wiki/Send_Backup_email
http://wiki.mikrotik.com/wiki/Automatic_Backup_with_Centralized_Storage_-_By_Ashish_Patel
http://wiki.mikrotik.com/wiki/Automatic_Centralized_Backup_from_Linux

Thank you.

But when try to using this script

:log info "backup beginning now"
:global backupfile ([/system identity get name] . "-" . [/system clock get time] . ".backup")
/system backup save name=$backupfile
:log info "backup pausing for 10s"
:delay 10s
:log info "backup being emailed"
/tool e-mail send to="to@me" subject=([/system identity get name]) from=lala@lalala file=$backupfile 
:log info "backup finished"

Writing in log: error handling file
What i do wrong ?

You are not posting enough information, error message appears when you do backup or trying to email it?

Sorry.
So,full log message:

Error sending email <mail subject> error handling file

you etiher do not have sensitive permissions for the user that tried to send the e-mail or files is not finished when you try to send it

Thank you!
Really, haven’t sensetive rigths.