<?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: Automating the backup schedule in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198159#M24503</link>
    <description>As an update I have now managed to solve the problem&lt;BR /&gt;
&lt;BR /&gt;
 The script needs to be run as the root user.&lt;BR /&gt;
Using Cronnix I changed the current user to 'root' by typing it in. Do NOT use the system crontab.&lt;BR /&gt;
I pasted the script text into a text file and saved as BIMStop.sh and BIMStart.sh&lt;BR /&gt;
&lt;BR /&gt;
In finder I made the files executable in Terminal&lt;BR /&gt;
I then enetred in the script box of Cronnix the following:&lt;BR /&gt;
&lt;BR /&gt;
sudo sh /route/to/BIMStop.sh&lt;BR /&gt;
&lt;BR /&gt;
This works a treat and stops the BIM Server.  15 minutes later, after a scheduled backup has run, &lt;BR /&gt;
&lt;BR /&gt;
sudo sh /route/to/BIMstart.sh&lt;BR /&gt;
&lt;BR /&gt;
 restarts the server.&lt;BR /&gt;
&lt;BR /&gt;
It should be noted that I could not get the script to properly shutdown the BIM server without the root/sudo element.</description>
    <pubDate>Tue, 09 Mar 2010 17:50:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-09T17:50:53Z</dc:date>
    <item>
      <title>Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198153#M24497</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Having read and re-read the Archicadwiki on Teamwork backup I still need a bit of help.&lt;BR /&gt;
&lt;BR /&gt;
Here's our setup:&lt;BR /&gt;
&lt;BR /&gt;
We are 100% Mac&lt;BR /&gt;
We have a RAID protected NAS file server where we traditionally store all project files.&lt;BR /&gt;
I have BIM Server running on my Mac Pro which is Time Machine protected.&lt;BR /&gt;
&lt;BR /&gt;
I would like to be able to automate a cold database backup (i.e. the only guaranteed backup) to the NAS. We have Retrospect which I could automate to run the backup daily to the NAS, only replacing amended files.&lt;BR /&gt;
However, I know almost nothing about automating scripts and I'm not sure how to get the recommended scripts to run at a scheduled time, i.e. stop the BIM server, retrospect does its thing, restart the BIM server.&lt;BR /&gt;
&lt;BR /&gt;
Any thoughts appreciated.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Feb 2010 12:16:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198153#M24497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198154#M24498</link>
      <description>Check SuperDuper! &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.shirt-pocket.com/SuperDuper/ ... ption.html"&gt;http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Easy to setup and schedule.</description>
      <pubDate>Fri, 26 Feb 2010 21:17:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198154#M24498</guid>
      <dc:creator>Eduardo Rolon</dc:creator>
      <dc:date>2010-02-26T21:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198155#M24499</link>
      <description>We already have a backup software, Retrospect.&lt;BR /&gt;
It is the script automation that I need.</description>
      <pubDate>Mon, 01 Mar 2010 09:52:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198155#M24499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-01T09:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198156#M24500</link>
      <description>Sorry, then I cannot help you since I use Superduper not Retrospect for my backups since I never could trust it.</description>
      <pubDate>Mon, 01 Mar 2010 11:40:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198156#M24500</guid>
      <dc:creator>Eduardo Rolon</dc:creator>
      <dc:date>2010-03-01T11:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198157#M24501</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I recommend Cronnix, I use it for sending scheduled MySQL backup emails. Should work for BIM Server purposes too.&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;CronniX is a Aqua frontend to the powerful Unix tool "cron".&lt;BR /&gt;
&lt;BR /&gt;
Cron is a Unix system service that allows scheduled execution of scripts, programs, applications - in short anything that can be started from the command line. This includes OSX applications and AppleScripts.&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Shell scripts for stopping and starting the BIM Server can be found here;&lt;BR /&gt;
&lt;A href="http://www.archicadwiki.com/Teamwork/Backup#A_cold_database_backup" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.archicadwiki.com/Teamwork/Backup#A_cold_database_backup" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.archicadwiki.com/Teamwork/Ba ... ase_backup&amp;quot;&amp;gt;http://www.archicadwiki.com/Teamwork/Backup#A_cold_database_backup&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.archicadwiki.com/Teamwork/Ba ... ase_backup"&gt;http://www.archicadwiki.com/Teamwork/Backup#A_cold_database_backup&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Mon, 01 Mar 2010 21:06:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198157#M24501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-01T21:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198158#M24502</link>
      <description>Many thanks.&lt;BR /&gt;
Do I just copy and paste the script shown on the wiki into the command section of Cronnix or do I need to make a text file with the file name shown in the wiki and then load that into Cronnix?</description>
      <pubDate>Tue, 02 Mar 2010 09:37:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198158#M24502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-02T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automating the backup schedule</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198159#M24503</link>
      <description>As an update I have now managed to solve the problem&lt;BR /&gt;
&lt;BR /&gt;
 The script needs to be run as the root user.&lt;BR /&gt;
Using Cronnix I changed the current user to 'root' by typing it in. Do NOT use the system crontab.&lt;BR /&gt;
I pasted the script text into a text file and saved as BIMStop.sh and BIMStart.sh&lt;BR /&gt;
&lt;BR /&gt;
In finder I made the files executable in Terminal&lt;BR /&gt;
I then enetred in the script box of Cronnix the following:&lt;BR /&gt;
&lt;BR /&gt;
sudo sh /route/to/BIMStop.sh&lt;BR /&gt;
&lt;BR /&gt;
This works a treat and stops the BIM Server.  15 minutes later, after a scheduled backup has run, &lt;BR /&gt;
&lt;BR /&gt;
sudo sh /route/to/BIMstart.sh&lt;BR /&gt;
&lt;BR /&gt;
 restarts the server.&lt;BR /&gt;
&lt;BR /&gt;
It should be noted that I could not get the script to properly shutdown the BIM server without the root/sudo element.</description>
      <pubDate>Tue, 09 Mar 2010 17:50:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Automating-the-backup-schedule/m-p/198159#M24503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-09T17:50:53Z</dc:date>
    </item>
  </channel>
</rss>

