<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Mikrotik RouterOS Automated Backup</title>
	<atom:link href="http://blog.butchevans.com/2008/09/mikrotik-routeros-automated-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.butchevans.com/2008/09/mikrotik-routeros-automated-backup/</link>
	<description>WISP Tutorials by Butch Evans</description>
	<lastBuildDate>Mon, 19 Jul 2010 04:23:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jluthman</title>
		<link>http://blog.butchevans.com/2008/09/mikrotik-routeros-automated-backup/comment-page-1/#comment-2</link>
		<dc:creator>jluthman</dc:creator>
		<pubDate>Fri, 12 Sep 2008 17:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.butchevans.com/?p=45#comment-2</guid>
		<description>I had to make a few changes for it to work on my 2.9.40 router, so here is my source:

:log info &quot;starting backup&quot;
/export file=[/system identity get name]
:delay 5
/tool e-mail send to=user@domain.com subject=&quot;inx core backup&quot; \
from=router@domain.com file=([/system identity get name] . &quot;.rsc&quot;) \
server=1.3.3.7
:log info &quot;finished backup&quot;

As Butch highlighted above, you will need to modify the to= and server= (the from= is a preference thing, but it is advised you make work with your SMTP server).

PS: Don&#039;t forget to schedule it =)</description>
		<content:encoded><![CDATA[<p>I had to make a few changes for it to work on my 2.9.40 router, so here is my source:</p>
<p>:log info &#8220;starting backup&#8221;<br />
/export file=[/system identity get name]<br />
:delay 5<br />
/tool e-mail send to=user@domain.com subject=&#8221;inx core backup&#8221; \<br />
from=router@domain.com file=([/system identity get name] . &#8220;.rsc&#8221;) \<br />
server=1.3.3.7<br />
:log info &#8220;finished backup&#8221;</p>
<p>As Butch highlighted above, you will need to modify the to= and server= (the from= is a preference thing, but it is advised you make work with your SMTP server).</p>
<p>PS: Don&#8217;t forget to schedule it =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
