Hi!
Is there some script that can send backups to ubuntu scp\ftp\tftp server ?
Reading guides, googling - nothing.
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.