<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[commandline buckup]]></title><description><![CDATA[<p dir="auto">Hi,<br />
how to properly backup mycontroller setup from commandline and then restore ? actually the restore step is most important for me because backup can be set to auto. What I want is to be able to write a bash script which restore whole mycontroller setup.</p>
]]></description><link>http://forum.mycontroller.org/topic/209/commandline-buckup</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 08:21:06 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/209.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Oct 2017 22:23:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to commandline buckup on Tue, 24 Oct 2017 17:39:17 GMT]]></title><description><![CDATA[<p dir="auto">this seems to work, thanks</p>
]]></description><link>http://forum.mycontroller.org/post/1226</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1226</guid><dc:creator><![CDATA[rozpruwacz]]></dc:creator><pubDate>Tue, 24 Oct 2017 17:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to commandline buckup on Tue, 24 Oct 2017 04:55:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rozpruwacz" aria-label="Profile: rozpruwacz">@<bdi>rozpruwacz</bdi></a></p>
<p dir="auto">have you tried to copy the conf directory to a different name?</p>
<pre><code>cp -r ./conf ./conf.bck
</code></pre>
<p dir="auto">if mycontroller is not running, for a restore:</p>
<pre><code>cp -r ./conf.bck ./conf
</code></pre>
<p dir="auto"><em>please try on a test system first...</em></p>
]]></description><link>http://forum.mycontroller.org/post/1224</link><guid isPermaLink="true">http://forum.mycontroller.org/post/1224</guid><dc:creator><![CDATA[Tag]]></dc:creator><pubDate>Tue, 24 Oct 2017 04:55:49 GMT</pubDate></item></channel></rss>