<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automatic download of ZoneDirector config in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4549#M579</link>
    <description>Hi David, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Beside the WebUI method of saving a ZoneDirector backup, you can also save and send it&lt;BR /&gt;to a TFTP server from the ZD CLI debug mode.&amp;nbsp; I'm not sure, but if you can script this, it could&lt;BR /&gt;be executed by cron on a daily/weekly basis.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.ruckuswireless.com/answers/000001907" rel="nofollow"&gt;https://support.ruckuswireless.com/answers/000001907&lt;/A&gt;</description>
    <pubDate>Thu, 09 Apr 2015 19:29:01 GMT</pubDate>
    <dc:creator>michael_brado</dc:creator>
    <dc:date>2015-04-09T19:29:01Z</dc:date>
    <item>
      <title>Automatic download of ZoneDirector config</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4548#M578</link>
      <description>I need to set up automatic backups of our ZoneDirector configs as they're sufficiently complex that I really don't want to ever have to redo them from scratch.&amp;nbsp; I couldn't find any way to download the binary config files except through the web interface -- am I missing anything obvious?&lt;BR /&gt;&lt;BR /&gt;I've written a small shell script that uses curl to login to the ZD and download the config file.&amp;nbsp; I've tested with 9.8.2 on a ZD5000, but because the URLs may change, it may well need tweaking for future versions of the software.&amp;nbsp; I've set up a cron job to run it daily.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://gist.github.com/dsieborger/79a07aea42fa832cc092" rel="nofollow" title="Link: https://gist.github.com/dsieborger/79a07aea42fa832cc092"&gt;https://gist.github.com/dsieborger/79a07aea42fa832cc092&lt;/A&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:36:51 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4548#M578</guid>
      <dc:creator>david_sieborger</dc:creator>
      <dc:date>2015-04-09T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic download of ZoneDirector config</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4549#M579</link>
      <description>Hi David, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Beside the WebUI method of saving a ZoneDirector backup, you can also save and send it&lt;BR /&gt;to a TFTP server from the ZD CLI debug mode.&amp;nbsp; I'm not sure, but if you can script this, it could&lt;BR /&gt;be executed by cron on a daily/weekly basis.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.ruckuswireless.com/answers/000001907" rel="nofollow"&gt;https://support.ruckuswireless.com/answers/000001907&lt;/A&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:29:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4549#M579</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2015-04-09T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic download of ZoneDirector config</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4550#M580</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks, I hadn't found that.&amp;nbsp; If only there was a way to get the TFTP transfer to happen on a scheduled basis, that'd solve my problem quite neatly.&amp;nbsp; One could script it with expect, like this, I guess:&amp;nbsp; &lt;A href="https://forums.ruckuswireless.com/ruckuswireless/topics/has_anyone_created_an_expect_script_to_backup_the_configuration_file_of_the_zonedirector" rel="nofollow" target="_blank" title="Link https//forumsruckuswirelesscom/ruckuswireless/topics/has_anyone_created_an_expect_script_to_backup_the_configuration_file_of_the_zonedirector"&gt;https://forums.ruckuswireless.com/ruckuswireless/topics/has_anyone_created_an_expect_script_to_backup_the_configuration_file_of_the_zonedirector&lt;/A&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:44:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4550#M580</guid>
      <dc:creator>david_sieborger</dc:creator>
      <dc:date>2015-04-09T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic download of ZoneDirector config</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4551#M581</link>
      <description>David:&lt;BR /&gt;&lt;BR /&gt;Yes. There's a "--debug" flag in ruckusconf that puts the controller into debug mode.&lt;BR /&gt;Then you can add a "--command" option to run anything you'd type into the controller's commandline.&lt;BR /&gt;&lt;BR /&gt;(like whatever command kicks off a TFTP transfer)&lt;BR /&gt;&lt;BR /&gt;note: even though a "regular" ruckusconf config download can't be re-entered into the controller, it could be useful to download it on a scheduled basis so that you could do a "diff" between config versions and use that as a primitive change-control solution.</description>
      <pubDate>Wed, 13 May 2015 01:15:52 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/4551#M581</guid>
      <dc:creator>bill_burns_6069</dc:creator>
      <dc:date>2015-05-13T01:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic download of ZoneDirector config</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/107352#M8508</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to set autobackup on my zd 1200. The previous link to github is not working.&amp;nbsp;&lt;BR /&gt;Can anybody provide working one or help by posting working script?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 06:47:47 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Automatic-download-of-ZoneDirector-config/m-p/107352#M8508</guid>
      <dc:creator>PioMat</dc:creator>
      <dc:date>2025-07-08T06:47:47Z</dc:date>
    </item>
  </channel>
</rss>

