This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_backup [2020/10/26 12:16] gcooper old revision restored (2020/10/26 10:25) |
networking:router:mikrotik_backup [2022/11/22 14:25] (current) gcooper |
||
---|---|---|---|
Line 28: | Line 28: | ||
:local emailusername " | :local emailusername " | ||
:local emailpassword " | :local emailpassword " | ||
- | :local emailport " | ||
/tool e-mail set from=" | /tool e-mail set from=" | ||
- | port=" | + | port=587 tls=starttls |
</ | </ | ||
Line 47: | Line 46: | ||
:log info " | :log info " | ||
:local files {($SYSname . " | :local files {($SYSname . " | ||
- | :put " | + | /tool e-mail send to="you@yourdomain.tld" tls=starttls |
- | /tool e-mail send to="router@sonoracomm.com" | + | body=" |
:log info " | :log info " | ||
:delay 10s; | :delay 10s; | ||
:log info " | :log info " | ||
- | :put " | + | :put " |
/file remove ($SYSname . " | /file remove ($SYSname . " | ||
/file remove ($SYSname . " | /file remove ($SYSname . " | ||
:log info " | :log info " | ||
</ | </ |