<?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>Make Tech Easier &#187; backup</title>
	<atom:link href="http://maketecheasier.com/tag/backup/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Safe Way to Change your WordPress Database Table Prefix</title>
		<link>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07</link>
		<comments>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07#comments</comments>
		<pubDate>Sat, 07 Nov 2009 13:00:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[table prefix]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8172</guid>
		<description><![CDATA[Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best [...]<p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-8211" title="tbl_prefix-wp-on-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-wp-on-table.jpg" alt="tbl_prefix-wp-on-table" width="200" height="133" />Unless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default &#8216;wp_&#8217; as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best way to prevent this from happening is to change the table prefix to another term that is difficult for hackers to guess.</p>
<p>If you are new to blogging and are looking to install your first WordPress blog, then it is easy. Simply change the <em>$table_prefix</em> entry in wp-config.php file, upload the file to the server, then proceed on with the <a href="http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install" target="_blank">famous 5-mins installation</a>.</p>
<p>For those who have already been blogging for sometime, follow the method below to change your table prefix.</p>
<h3>Preparation</h3>
<p>Download the following two plugins, install and activate them in your WordPress blog.</p>
<p><strong>WP-DBManager</strong> (<a href="http://wordpress.org/extend/plugins/wp-dbmanager/">plugin download page</a>)</p>
<p><strong>Wordpress Table Rename</strong> (<a href="http://dl.getdropbox.com/u/149825/wordpress-table-rename.php.zip" target="_blank">modified version</a>,  <a href="http://www.seoegghead.com/software/wordpress-table-rename.seo" target="_blank">original download page</a>)</p>
<p>Note: I have make a slight modification to the WordPress Table Rename plugin to include changes in the later version of WordPress, but credit must be given to <a href="http://www.seoegghead.com/" target="_blank">SEO Egghead</a> for creating such an useful plugin.</p>
<h3>Get started</h3>
<p>Before you do anything to your database, first perform a db backup.</p>
<p>On the left pane, go to <em>Database –&gt; Backup DB. </em>Do a backup of your database.</p>
<p><img class="alignnone size-full wp-image-8174" title="tbl_prefix-backup-db" src="http://images.maketecheasier.com/2009/11/tbl_prefix-backup-db.png" alt="tbl_prefix-backup-db" width="577" height="319" /></p>
<p>Next, go to <em>Settings –&gt; Table Rename</em></p>
<p>Enter a new term for the table prefix.</p>
<p>Click the <em>Create New Tables</em> button to generate new tables with the new prefix. If you have a big database, this process will take a long time.</p>
<p><img class="alignnone size-full wp-image-8175" title="tbl_prefix-new-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-new-table.png" alt="tbl_prefix-new-table" width="479" height="260" /></p>
<p>When it is done, you will see the success message.</p>
<p><img class="alignnone size-full wp-image-8177" title="tbl_prefix-success-message" src="http://images.maketecheasier.com/2009/11/tbl_prefix-success-message.png" alt="tbl_prefix-success-message" width="577" height="168" /></p>
<p>If you have a big database, the page might issue a timeout and show a blank page.</p>
<h3>Verify your new database tables</h3>
<p>Now go to Database-&gt;database. You should see the new tables in place.</p>
<p><img class="alignnone size-full wp-image-8178" title="tbl_prefix-database-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-database-table.png" alt="tbl_prefix-database-table" width="577" height="498" /></p>
<h3>Migrating your blog</h3>
<p>While the plugin provides a way to change the table_prefix value in wp-config.php file, it won’t work in most cases unless you have set the wp-config.php file readable/writable (which I strongly advised against). The best way is to change the value manually.</p>
<p>With your favorite FTP program, download your wp-config.php from the root server.</p>
<p>Open it up with any text editor and scroll down to the section where you see</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'wp_'</span></pre></div></div>

<p>Change it to</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$table_prefix</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'YourNewPrefix_'</span></pre></div></div>

<p>Save it and re-upload this file back to the server.</p>
<h3>Almost there</h3>
<p>You have just completed the migration from the old table prefix to new table prefix, there are still several things that you need to do</p>
<p>1. Browse through your site and make sure all the pages, images and content are loading correctly. If you see errors, or that the site is not loading, change the <em>$table_prefix</em> back to &#8216;<em>wp_</em>&#8216; and re-upload back to the server.</p>
<p>2. Browse through the settings for each individual plugin and make sure that all the configurations are intact. Some of the plugins use the table prefix for their storage and these values were not changed by the plugin. For such plugins, you will see the settings fall back to their default values. What you have to do is to reconfigure it and re-save it. It will now store in the database with the new table prefix.</p>
<p>3. (Optional) Go to the <em>Database –&gt; Empty/Drop Tables</em>, check the <em>Drop</em> button for all the table with the old prefix. Click the Empty/Drop button to remove them from your database.</p>
<p><strong>Important</strong>: <em>Do this only if you are sure that the  new tables (with the new prefix) are working correctly.</em></p>
<p><img class="alignnone size-full wp-image-8179" title="tbl_prefix-delete-table" src="http://images.maketecheasier.com/2009/11/tbl_prefix-delete-table.png" alt="tbl_prefix-delete-table" width="580" height="714" /></p>
<p>Note that this is purely optional. Leaving your old table in the database will not hurt your blog and it can serve as a backup and allow you to switch back to them quickly in the event your blog got hacked into. However, if you have a big database, the extra tables could add plenty of overhead to your server. So, make your own judgement.</p>
<h3>Last part</h3>
<p>Once you are happy with everything, backup the new database. If you have previously schedule a daily backup, you have to reschedule it again to include the new tables.</p>
<p>You can also deactivate and uninstall the WordPress Table Rename plugin. There is no use for it now.</p>
<p>That’s it. You have successfully changed your WordPress database table prefix.</p>
<p>Image credit: <a href="http://www.flickr.com/photos/naokomc/" target="_blank">naokomc</a><br />
<p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07">The Safe Way to Change your WordPress Database Table Prefix</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/clone-and-migrate-wordpress-blog-to-new-server/2008/01/30' rel='bookmark' title='Permanent Link: [Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server'>[Hacking WordPress]: How To Clone And Migrate Your WordPress Blog To New Server</a></li><li><a href='http://maketecheasier.com/8-useful-tricks-to-clean-up-streamline-your-wordpress-database/2009/02/17' rel='bookmark' title='Permanent Link: 8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database'>8 Useful Tricks To Clean Up &#038; Streamline Your Wordpress Database</a></li><li><a href='http://maketecheasier.com/useful-wordpress-wp-config-tricks-that-you-may-not-know/2009/11/17' rel='bookmark' title='Permanent Link: Useful WordPress wp-config Tricks That You May Not Know'>Useful WordPress wp-config Tricks That You May Not Know</a></li><li><a href='http://maketecheasier.com/11-ways-to-secure-your-wordpress-blog/2008/08/12' rel='bookmark' title='Permanent Link: 11 Ways To Secure Your WordPress Blog'>11 Ways To Secure Your WordPress Blog</a></li><li><a href='http://maketecheasier.com/easily-reset-your-wordpress-password-via-phpmyadmin/2009/03/28' rel='bookmark' title='Permanent Link: How To Easily Reset Your WordPress Password via phpMyAdmin'>How To Easily Reset Your WordPress Password via phpMyAdmin</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/the-safe-way-to-change-your-wordpress-database-table-prefix/2009/11/07/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup And Install Your Linux Applications With AptOnCD</title>
		<link>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13</link>
		<comments>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13#comments</comments>
		<pubDate>Sat, 13 Jun 2009 12:59:04 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[Synaptic Package Manager]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5308</guid>
		<description><![CDATA[Everytime after you have reformatted the hard disk and reinstalled the Linux distro of your choice, the one troublesome thing that you need to do is to re-download all your applications and restore all the settings. This is made worst when your wireless connection just don&#8217;t work with the newly installed distro. How are you [...]<p><strong><a href="http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13">How to Backup And Install Your Linux Applications With AptOnCD</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="aptoncd4" src="http://images.maketecheasier.com/2009/06/aptoncd-logo.jpg" alt="aptoncd4" width="97" height="80" />Everytime after you have reformatted the hard disk and reinstalled the Linux distro of your choice, the one troublesome thing that you need to do is to re-download all your applications and restore all the settings. This is made worst when your wireless connection just don&#8217;t work with the newly installed distro. How are you going to download all your applications when you can&#8217;t even connect to the Internet?</p>
<p><a href="http://aptoncd.sourceforge.net" target="_blank">APTonCD</a> aims to solve this problem by backing up all your packages into a Cd/DVD. You can then install your applications right from the CD/DVD. If you want to save up on CD, you can even store the data as an iso file and restore your system right from the ISO file.</p>
<p>Here&#8217;s how it is done:</p>
<p>Install APTonCD</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> aptoncd</pre></div></div>

<p>you can also install it via the Synaptic Package Manager.</p>
<p>Go to <em>System-&gt;Adminstration-&gt;APTonCD</em></p>
<p><img class="alignnone" title="aptoncd1" src="http://images.maketecheasier.com/2009/06/aptoncd1.jpg" alt="aptoncd1" width="487" height="373" /></p>
<h3>Backing up package</h3>
<p>Click the <em>Create</em> button.</p>
<p>APTonCD will then scan your system for all the package that you have downloaded/installed previously.</p>
<p><img class="alignnone" title="aptoncd2" src="http://images.maketecheasier.com/2009/06/aptoncd2.jpg" alt="aptoncd2" width="524" height="555" /></p>
<p>When it is done scanning, you can then select the package that you want to backup. Click Burn to start the backup process.</p>
<p>Enter the destination to store the image. Depending on the size of the file, you might need to choose DVD instead of CD.</p>
<p><img class="alignnone" title="aptoncd3" src="http://images.maketecheasier.com/2009/06/aptoncd3.jpg" alt="aptoncd3" width="316" height="365" /></p>
<p>When it is done, it will prompt you to burn into a CD/DVD. Click <em>Cancel</em> if you only want to store it as an ISO file.</p>
<p><img class="alignnone" title="aptoncd4" src="http://images.maketecheasier.com/2009/06/aptoncd4.jpg" alt="aptoncd4" width="414" height="283" /></p>
<p>This is all you need to do for the backing up process.</p>
<h3>Restoring the package</h3>
<p>To restore the package (assuming you have created the CD media), simply pop in the CD/DVD. Your computer will scan the disc and prompt up a window asking if you want to restore the package. Click Yes. Once that&#8217;s done, you will be able to install applications from the Synaptic Package Manager (or <em>apt-get</em>) without Internet connection.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13">How to Backup And Install Your Linux Applications With AptOnCD</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/appnr-%e2%80%93-install-ubuntu-applications-from-your-firefox-browser/2008/10/17' rel='bookmark' title='Permanent Link: Appnr – Install Ubuntu Applications from your Firefox browser'>Appnr – Install Ubuntu Applications from your Firefox browser</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How To Change Your Time Machine Backup Interval</title>
		<link>http://maketecheasier.com/change-your-time-machine-backup-interval/2009/06/05</link>
		<comments>http://maketecheasier.com/change-your-time-machine-backup-interval/2009/06/05#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:52:58 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5084</guid>
		<description><![CDATA[You might think hourly backups are a bit excessive.  Apple does not give you a convenient way to change the default backup schedule.  Luckily this is easy.  Here are two ways you can change the hourly backup schedule to one of your choosing.<p><strong><a href="http://maketecheasier.com/change-your-time-machine-backup-interval/2009/06/05">How To Change Your Time Machine Backup Interval</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/change-sidebar-categories-in-finder-and-itunes/2009/05/12' rel='bookmark' title='Permanent Link: Change Sidebar Categories in Finder and iTunes'>Change Sidebar Categories in Finder and iTunes</a></li><li><a href='http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16' rel='bookmark' title='Permanent Link: 2 Ways to Batch Rename Files in OS X'>2 Ways to Batch Rename Files in OS X</a></li><li><a href='http://maketecheasier.com/using-safari-on-windows-you-better-think-twice/2008/01/07' rel='bookmark' title='Permanent Link: Using Safari On Windows? You Better Think Twice&#8230;'>Using Safari On Windows? You Better Think Twice&#8230;</a></li><li><a href='http://maketecheasier.com/10-things-mac-users-must-do-to-protect-their-mac-and-themselves/2007/12/21' rel='bookmark' title='Permanent Link: 10 Things Mac Users Must Do To Protect Their Mac (And Themselves)'>10 Things Mac Users Must Do To Protect Their Mac (And Themselves)</a></li><li><a href='http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01' rel='bookmark' title='Permanent Link: Unlock Hidden Mac OS X Settings With Secrets'>Unlock Hidden Mac OS X Settings With Secrets</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5085" src="http://images.maketecheasier.com/2009/06/tm-prefpane.jpg" alt="Time Machine's default Preference Pane." width="271" height="181" />Time Machine is Apple&#8217;s all-in-one backup solution that takes a snapshot of your hard drive and incrementally backs up any files that have changed since the previous backup.  The default configuration is pretty sparse; there&#8217;s an On/Off slider, Disk Selection, and an Options area where you can exclude folders from the backup.</p>
<p>You might think hourly backups are a bit excessive.  Apple does not give you a convenient way to change the default backup schedule.  Luckily this is easy.  Here are two ways you can change the hourly backup schedule to one of your choosing.</p>
<h3>Modifying the system files</h3>
<p>If you just want to change the default interval and not schedule anything fancy, follow this method.</p>
<p><strong> Warning</strong>: this tutorial involves modifying System files.  As always, be sure to make copies of the original files before changing anything.</p>
<p>1. Navigate to</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>LaunchDaemons</pre></div></div>

<p>You&#8217;ll see a list of <em>.plist</em> files.  Scroll until you see <em>com.apple.backupd-auto.plist</em></p>
<p>2. <strong>Make a copy</strong> of this file somewhere else on your hard drive.</p>
<p>3. Verify that you (as an administrator of your machine) can Read and Write to this file. Highlight <em>com.apple.backupd-auto.plist</em> and &#8220;Get Info&#8221; (Command + I).  If you don&#8217;t see &#8220;admin &#8211; Read &amp; Write&#8221; or &#8220;[your username] Read &amp; Write&#8221; you&#8217;ll need to add yourself to the list.</p>
<p>4. Open this file with a text editor. Property List Editor doesn&#8217;t let me save any changes for some reason.</p>
<p><img class="aligncenter size-full wp-image-5086" src="http://images.maketecheasier.com/2009/06/tm-defaults1.png" alt="You'll need to find these two lines in your preference list." width="400" height="234" /></p>
<p>5. In a text editor, find the lines</p>
<p class="codeblock">&lt;key&gt;StartInterval&lt;/key&gt;<br />
&lt;integer&gt;3600&lt;/integer&gt;</p>
<p>Change 3600 to the amount of time you want between backups in seconds.</p>
<p>6.  Save and you&#8217;re finished.</p>
<h3>Time Machine Editor</h3>
<p>Another way to manage your Time Machine backups is the very handy <a href="http://timesoftware.free.fr/timemachineeditor/" target="_blank">TimeMachineEditor</a> utility. In addition to changing the default backup interval, it allows you to dictate your hourly, daily, weekly, and monthly backup schedules with a very high level of detail.</p>
<p><img class="aligncenter size-full wp-image-5087" src="http://images.maketecheasier.com/2009/06/tmeditor-main.jpg" alt="TimeMachineEditor's configuration window gives you a wealth of options." width="348" height="261" /></p>
<p>Assign the rules you want and then click &#8220;Apply.&#8221;</p>
<p>TimeMachineEditor is free.</p>
<p>Do you have any other methods you use to increase Time Machine&#8217;s functionality?  Leave them in the comments!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/change-your-time-machine-backup-interval/2009/06/05">How To Change Your Time Machine Backup Interval</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/change-sidebar-categories-in-finder-and-itunes/2009/05/12' rel='bookmark' title='Permanent Link: Change Sidebar Categories in Finder and iTunes'>Change Sidebar Categories in Finder and iTunes</a></li><li><a href='http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16' rel='bookmark' title='Permanent Link: 2 Ways to Batch Rename Files in OS X'>2 Ways to Batch Rename Files in OS X</a></li><li><a href='http://maketecheasier.com/using-safari-on-windows-you-better-think-twice/2008/01/07' rel='bookmark' title='Permanent Link: Using Safari On Windows? You Better Think Twice&#8230;'>Using Safari On Windows? You Better Think Twice&#8230;</a></li><li><a href='http://maketecheasier.com/10-things-mac-users-must-do-to-protect-their-mac-and-themselves/2007/12/21' rel='bookmark' title='Permanent Link: 10 Things Mac Users Must Do To Protect Their Mac (And Themselves)'>10 Things Mac Users Must Do To Protect Their Mac (And Themselves)</a></li><li><a href='http://maketecheasier.com/unlock-hidden-mac-os-x-settings-with-secrets/2009/11/01' rel='bookmark' title='Permanent Link: Unlock Hidden Mac OS X Settings With Secrets'>Unlock Hidden Mac OS X Settings With Secrets</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/change-your-time-machine-backup-interval/2009/06/05/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate Your System Backup With Back In Time</title>
		<link>http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16</link>
		<comments>http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16#comments</comments>
		<pubDate>Thu, 16 Apr 2009 13:37:02 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4042</guid>
		<description><![CDATA[Back in Time is a backup software for Linux system inspired from the Timevault and Flyback. Both Timevault and Flyback are two great software that allow you to back up your system and enable you to roll back and restore your system to the original state before you made any devastating changes. What Back in [...]<p><strong><a href="http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16">Automate Your System Backup With Back In Time</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/time-machine-for-ubuntu-try-timevault-and-flyback/2008/03/07' rel='bookmark' title='Permanent Link: Time machine For Ubuntu? Try Timevault and Flyback'>Time machine For Ubuntu? Try Timevault and Flyback</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08' rel='bookmark' title='Permanent Link: Backing Up Data In Ubuntu Using sBackup'>Backing Up Data In Ubuntu Using sBackup</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4060" title="backintime_logo" src="http://images.maketecheasier.com/2009/04/backintime_logo.png" alt="backintime_logo" width="380" height="90" /><a href="http://backintime.le-web.org/" target="_blank">Back in Time</a> is a backup software for Linux system inspired from the <a href="https://wiki.ubuntu.com/TimeVault" target="_blank">Timevault</a> and <a href="http://code.google.com/p/flyback/" target="_blank">Flyback</a>. Both Timevault and Flyback are two great software that allow you to back up your system and enable you to roll back and restore your system to the original state before you made any devastating changes. What Back in Time does is to integrate the best features from the two software and put them all into one place.</p>
<p>Back in Time has the exact functionality of Timevault and Flyback. If you have used any of the two software, you won&#8217;t be remote to Back In time.</p>
<h3>Installation</h3>
<p>To get Back In Time to run in your system, you can either it using:</p>
<ol>
<li>the <a href="http://backintime.le-web.org/download_page/" target="_blank">deb</a> package or</li>
<li>add the repository to your sources.list.</li>
</ol>
<p><strong>Installing via the repository</strong></p>
<p>In your terminal,</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>

<p>Add the following line to the end of the file. Save and close.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>backintime.le-web.org<span style="color: #000000; font-weight: bold;">/</span>repository stable main</pre></div></div>

<p>and then add the GPG key information:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>backintime.le-web.org<span style="color: #000000; font-weight: bold;">/</span>repository<span style="color: #000000; font-weight: bold;">/</span>le-web.key
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add le-web.key</pre></div></div>

<p>To install the the application for Gnome:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> backintime-common backintime-gnome</pre></div></div>

<p>If you are using KDE 4.1 and above, use this command instead:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> backintime-common backintime-kde4</pre></div></div>

<h3>Usage</h3>
<p>The first time you start the application, it will prompt you to configure your backup setting. There are mainly 4 main tabs (and 2 miscellaneous): General, Include, Exclude, Autoremove.</p>
<p>The General tab is where you select the folder to backup your files and schedule the interval for it to run the backup. It is advisable to pick a folder/drive/partition other than the one that you are going to back up.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/bit-general.jpg" alt="back in time general settings" width="544" height="422" /></p>
<p>The Include is where you define which folder/files are to be backed up. You will need root access to include system folders and files.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/bit-include.jpg" alt="back in time include setting" width="544" height="422" /></p>
<p>As opposite to the Include, the Exclude option is where you define which folders/files are not to be included in the backup.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/bit-exclude.jpg" alt="back in time exclude setting" width="544" height="416" /></p>
<p>The Autoremove allows you to decide how you want to deal with older backup files. You can choose to remove backups that are older than a period of time, or when the free space is less than a certain size.<br />
<img class="alignnone" src="http://images.maketecheasier.com/2009/04/bit-autoremove.jpg" alt="back in time autoremove" width="545" height="419" /></p>
<p>When you are done with the settings, you will arrive at the main window. To start the back up, simply click the <em>BackUp Now</em> button.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/back-in-time.jpg" alt="back in time" width="577" height="437" /></p>
<p>Depending on the number of files/folders that you have specified for the backup, the backup time process can last from several minutes to hours. As soon as the backup is completed, the snapshot entry will appear on the left pane of the window.</p>
<p>To take a peek into the snapshot folder, simply highlight the respective snapshot entry on the left pane and the folders/files that it have backed up will show up on the right pane of the window. At any point of time, you can right-click on the backed up files and select <em>Restore</em> to restore your backup.</p>
<h3>Conclusion</h3>
<p>If you are already using Timevault or Flyback, there are no distinct differences in Back In Time that is worth your switch. However, if you are sourcing for a backup software with extra features, then Back in Time could just be the one for you.</p>
<p><em>Thanks to <a href="http://vadi.myopenid.com/" target="_blank">Vadim</a> for notifying us about Back in Time. He is also the developer of the popular screen capture software: <a href="http://shutter-project.org/" target="_blank">Shutter</a> (previously known as <a href="http://maketecheasier.com/gscrot-a-powerful-screen-capture-tool-for-linux/2008/11/14" target="_blank">GScrot</a>).</em></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16">Automate Your System Backup With Back In Time</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/time-machine-for-ubuntu-try-timevault-and-flyback/2008/03/07' rel='bookmark' title='Permanent Link: Time machine For Ubuntu? Try Timevault and Flyback'>Time machine For Ubuntu? Try Timevault and Flyback</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08' rel='bookmark' title='Permanent Link: Backing Up Data In Ubuntu Using sBackup'>Backing Up Data In Ubuntu Using sBackup</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Syncplicity &#8211; More Than Just A File Storage Solution</title>
		<link>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07</link>
		<comments>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07#comments</comments>
		<pubDate>Sat, 07 Feb 2009 13:00:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[desktop app]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[syncplicity]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=2425</guid>
		<description><![CDATA[ While there are many sites that provide online storage solution, most of them are limited to basic upload/downloading and sharing features. If you are looking for a comprehensive online backup and file-sharing system that allows you to sync across multiple computers, then Syncplicity could be the one you are looking for.
Syncplicity is an online [...]<p><strong><a href="http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07">Syncplicity &#8211; More Than Just A File Storage Solution</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/access-your-google-docs-offline/2008/04/22' rel='bookmark' title='Permanent Link: Access Your Google Docs Offline'>Access Your Google Docs Offline</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-send-large-files-easily/2007/12/26' rel='bookmark' title='Permanent Link: How To Send Large Files Easily'>How To Send Large Files Easily</a></li><li><a href='http://maketecheasier.com/fancy-an-online-desktop/2008/03/05' rel='bookmark' title='Permanent Link: Fancy An Online Desktop?'>Fancy An Online Desktop?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="syncplicity-logo" src="http://images.maketecheasier.com/2009/02/syncplicity-logo.png" alt="syncplicity-logo" width="100" height="100" /> While there are many sites that provide online storage solution, most of them are limited to basic upload/downloading and sharing features. If you are looking for a comprehensive online backup and file-sharing system that allows you to sync across multiple computers, then <a href="http://www.syncplicity.com" target="_blank">Syncplicity</a> could be the one you are looking for.</p>
<p>Syncplicity is an online storage service that aims to make backup, sync and sharing a breeze for its users. By installing the desktop client on your computer, you will be able to easily specified the folders to backup and get it sync quickly and automatically to the server and any other computers that have Syncplicity installed.</p>
<h3>Revision control</h3>
<p>Other than <a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15" target="_blank">Dropbox</a>, Syncplicity is the only online storage provider that does a revision control on all your files and data. This means that all the changes (to the files) are recorded and you can easily revert back to the previous version without any fuss. In the event that you&#8217;ve accidentally deleted the files, you can retrieve it from the Syncplicity&#8217;s Recylce Bin (unless you removed it permanently from the Recylce Bin).</p>
<p><img title="syncplicity-revision" src="http://images.maketecheasier.com/2009/02/syncplicity-revision.jpg" alt="syncplicity-revision" width="577" height="155" /></p>
<h3>File sharing</h3>
<p>With the desktop client, you can easily share your folder(s) and its content with your friends. When you create a share folder, an email will be sent to your friends who you want to share the files with. Upon receiving that email, your friends will be able to view the files in their browsers, or if they are also Syncplicity users, the files will get sync to their computers.</p>
<p><img title="syncplicity-share" src="http://images.maketecheasier.com/2009/02/syncplicity-share.jpg" alt="syncplicity-share" width="554" height="342" /></p>
<h3>Third parties integration</h3>
<p>One thing that I like about Syncplicity is its tight integration with third-party apps like Facebook, Google Docs, Picnik, Scribd and Zoho.</p>
<p><strong>Facebook </strong></p>
<p>When you add a folder of photos to Syncplicity, it automatically creates an album on your Facebook account and uploads all the photos in the folder to the album. You don&#8217;t have to spend your time to upload the photo again. You just need to sync it and let Syncplicity do the job in the background.</p>
<p><strong>Google Docs </strong></p>
<p>By creating a sync between Syncplicity and Google Docs, you can now edit your document offline and have it synchronized back to the Google server without you knowing it. Similarly, if you edit the document online, it will sync back to your computer automatically.</p>
<p><strong>Picnik</strong></p>
<p>Syncplicity allows you to edit your photos with Picnik, even if you don&#8217;t have a Picnik account. Simply right-click on the image and select <em>Edit in Picnik</em>. The Picnik&#8217;s editor window will automatically load in your browser. Once you have completed your editing, the edited image will be automatically sync back to your server and desktop.</p>
<p><img class="alignnone" title="syncplicity third party applications" src="http://images.maketecheasier.com/2009/02/syncplicity-application.jpg" alt="syncplicity third party applications" width="487" height="423" /></p>
<h3>Conclusion</h3>
<p>Overall, there are several great features in Syncplicity that distinguish itself from the rest of its competitor. The tight integration with the third-party apps have been an useful feature that have saved plenty of my time and effort.</p>
<p>If there is anything to complain, that must be the lack of support for Linux. It is currently available for Windows and they have also released a beta version for Mac. There is no news about any support for Linux for the time being.</p>
<p>A basic Syncplicity account is free and comes with a 2GB storage space. For heavy users, you can sign up for the premium account at $10 ($9.99 to be exact) per month for 50GB of space.</p>
<p>For those who wish to have a larger storage space, but are not willing to pay the monthly fee, you can get more space by inviting your friends to join Syncplicity. Any friends that sign up via your invitation will increase your storage space by 1GB (per signup), up to a maximum of 3GB.</p>
<p>If you have tried Syncplicity, I would love to hear your feedbacks in the comments.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07">Syncplicity &#8211; More Than Just A File Storage Solution</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/access-your-google-docs-offline/2008/04/22' rel='bookmark' title='Permanent Link: Access Your Google Docs Offline'>Access Your Google Docs Offline</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-send-large-files-easily/2007/12/26' rel='bookmark' title='Permanent Link: How To Send Large Files Easily'>How To Send Large Files Easily</a></li><li><a href='http://maketecheasier.com/fancy-an-online-desktop/2008/03/05' rel='bookmark' title='Permanent Link: Fancy An Online Desktop?'>Fancy An Online Desktop?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/syncplicity-more-than-just-a-file-storage-solution/2009/02/07/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Backup Internet Explorer Settings with BackRex</title>
		<link>http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31</link>
		<comments>http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31#comments</comments>
		<pubDate>Wed, 31 Dec 2008 13:01:02 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1791</guid>
		<description><![CDATA[The browser today means a lot more than it did ten years ago, heck it means a lot more than it did even two years ago.  In today&#8217;s world the browser represents not only a way to view the musings of the Internet, but it&#8217;s also the thin face to many server-based applications.  The browser [...]<p><strong><a href="http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31">How To Backup Internet Explorer Settings with BackRex</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27' rel='bookmark' title='Permanent Link: Backup Your Windows Data the Simple Way &#8211; with Cobian Backup'>Backup Your Windows Data the Simple Way &#8211; with Cobian Backup</a></li><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30' rel='bookmark' title='Permanent Link: How to uninstall Internet Explorer 8 from Windows 7'>How to uninstall Internet Explorer 8 from Windows 7</a></li><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-in-vista/2009/08/06' rel='bookmark' title='Permanent Link: How to Uninstall Internet Explorer 8 in Windows Vista'>How to Uninstall Internet Explorer 8 in Windows Vista</a></li><li><a href='http://maketecheasier.com/internet-explorer-8-beta-1-are-you-feeling-excited-iam-not/2008/03/06' rel='bookmark' title='Permanent Link: Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)'>Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1793" src="http://images.maketecheasier.com/2008/12/backrex_promo.png" alt="BackRex Internet Explorer Backup" width="256" height="205" />The browser today means a lot more than it did ten years ago, heck it means a lot more than it did even two years ago.  In today&#8217;s world the browser represents not only a way to view the musings of the Internet, but it&#8217;s also the thin face to many server-based applications.  The browser is becoming more and more of a dependency every day.</p>
<p>I guess that&#8217;s why this little application called <a href="http://www.backsettings.com/internet-explorer-backup.html" target="_blank">BackRex Internet Explorer Backup </a>intrigued me so much.  Over the years I have been through many OS rebuilds and changes, each time having to make adjustments to my browser settings to get them just the way I like them.  That includes the manual backup and restore of cookies, favorites, connections settings, and add-ons.  BackRex&#8217;s Internet Explorer Backup simplifies that task by automating the process from start to finish.   Here&#8217;s a little walkthrough of it&#8217;s basic features.</p>
<h3>Backing Up Your Settings</h3>
<p>To start with, IE Backup is a very easy installation.  Simply download the installer from the <a href="http://www.backsettings.com/internet-explorer-backup.html">BackRex site</a>, and install using the default options.  At the end of the installation, &#8220;<em>Run BackRex Internet Explorer Backup</em>&#8221; will be checked.  Click <em>Finish</em> to launch the program.</p>
<p>You&#8217;ll be presented with a new wizard to help you complete your task.  This tool gives you the option to backup, restore, rollback, or create a scheduled backup for your Internet Explorer settings.  The first screen warns you to close any other programs.  I would strongly encourage you to heed that warning.</p>
<p><img class="alignnone size-full wp-image-1795" src="http://images.maketecheasier.com/2008/12/backrex_wizard.png" alt="IE Backup Wizard" width="514" height="400" /></p>
<p>After clicking <em>Next</em>, you&#8217;ll be given the option to select your task.  We&#8217;ll look at each of them as we go along.  Start by selecting <em>Backup</em> and clicking <em>Next</em>.</p>
<p><img class="alignnone size-full wp-image-1796" src="http://images.maketecheasier.com/2008/12/backrex_wizard_backup.png" alt="IE Backup Wizard Task Selection" width="514" height="400" /></p>
<p>You might note that IE Backup numbers the steps as you walk through the process &#8211; this can be quite helpful.  In step 2, IE Backup will notify you of any software it has detected that should be closed before continuing.  I can&#8217;t stress enough &#8211; shut the programs down.  You&#8217;ll ensure a quality backup and no loss of data.</p>
<p><img class="alignnone size-full wp-image-1800" src="http://images.maketecheasier.com/2008/12/backrex_wizard_ie_open.png" alt="IE Backup Open Applications" width="514" height="400" /></p>
<p>Step 3 gives you the ability to change some of the options.  I chose the default folder to use, but you can set it to whatever works best for you.  I also checked the checkbox next to &#8220;<em>Remember this backup </em>folder&#8221;.  That way I don&#8217;t have to keep setting it each time I run the application.  You can also set a password here, I chose to leave it blank.  If security is important to you &#8211; password protect the backup.  It will help keep your personal information just a little bit more safe.</p>
<p>Click <em>Next</em>.  Step 4 is pretty basic.  It shows you what the application is going to backup for you.  It&#8217;s just a list though, so feel free to click <em>Next </em>to get the process moving.</p>
<p><img class="size-full wp-image-1803 alignnone" src="http://images.maketecheasier.com/2008/12/backrex_wizard_settings_modified.png" alt="IE Backup Settings" width="514" height="400" /></p>
<p><img class="alignnone size-full wp-image-1804" src="http://images.maketecheasier.com/2008/12/backrex_wizard_list.png" alt="IE Backup List" width="514" height="400" /></p>
<p>Step 5 is where the magic happens.  This screen shows you each item that the application is backing up, allowing you to monitor the progress.  It will look something like this:</p>
<p><img class="alignnone size-full wp-image-1805" src="http://images.maketecheasier.com/2008/12/backrex_wizard_backingup.png" alt="IE Backup In Progress" width="514" height="400" /></p>
<p><img class="alignnone size-full wp-image-1806" src="http://images.maketecheasier.com/2008/12/backrex_wizard_backingup2.png" alt="IE Backup In Progress 2" width="514" height="400" /></p>
<p>It&#8217;s that easy!  When this step is finished, you&#8217;ll be presented with the following summary window.</p>
<p><img class="alignnone size-full wp-image-1807" src="http://images.maketecheasier.com/2008/12/backrex_wizard_completed.png" alt="IE Backup Complete" width="514" height="400" /></p>
<p>Now all you have left to do is click <em>Finish</em> and enjoy your piece of mind.  I would suggest storing your backup, or a copy of it, on disk or offsite.  That will protect you in the event that you have a drive failure.</p>
<h3>Scheduled Backup</h3>
<p>Backing up your settings is a great idea, but it&#8217;s not a one time deal.  IE Backup from BackRex gives you the opportunity to schedule your backups at regular intervals, so that you can simply set it and forget it.  Be warned though, if you are running it on a system that is domain connected, you will be required to provide a domain username and password. If your security policies require you to change your password every xx days, I would encourage you to set yourself a reminder to complete the task manually.  Scheduling with an account that requires password changes may lock out your account when you change it, but fail to update the task.</p>
<p>Setting up the scheduled backup is just as easy as doing the backup itself.  A wizard walks you through the process and makes it very simple to complete.  Starting from the main IE Backup screen, simply select <em>Scheduled Backup</em> and click <em>Next. </em>Step 2 allows you to configure various settings such as storage location, compression, and password protection.  For this walkthrough, I used mainly the default settings.</p>
<p>It is important to note that the option to <em>Close running applications automatically</em> should be considered with care.  Enabling this setting allows IE Backup to close any open programs that it needs to, in order to ensure quality.  That could mean some time or data loss if you&#8217;re like me and leave multiple browser tabs and windows open for research purposes.</p>
<p><img class="alignnone size-full wp-image-1815" src="http://images.maketecheasier.com/2008/12/backrex_wizard_scheduled_backup.png" alt="IE Backup Scheduled Backup" width="514" height="400" /></p>
<p><img class="alignnone size-full wp-image-1802" src="http://images.maketecheasier.com/2008/12/backrex_wizard_sb_settings_warning.png" alt="backrex_wizard_sb_settings_warning" width="514" height="400" /></p>
<p>Step 3 is once again a nice listing of all the items that the application plans to backup for you.  Step 4, the final step, is where you set your schedule.</p>
<p><img class="alignnone size-full wp-image-1818" src="http://images.maketecheasier.com/2008/12/backrex_wizard_sb_list.png" alt="IE Backup Schedule Backup List" width="514" height="400" /></p>
<p><img class="alignnone size-full wp-image-1819" src="http://images.maketecheasier.com/2008/12/backrex_wizard_sb_schedule.png" alt="IE Backup Schedule" width="514" height="400" /></p>
<p>Pick something them makes sense to you.  In my case, I chose a daily backup because I am a habitual user who adds favorites and changes settings on a daily basis.  The average user might find weekly or monthly to be sufficient.</p>
<p><img class="alignnone size-full wp-image-1820" src="http://images.maketecheasier.com/2008/12/backrex_wizard_sb_menu.png" alt="backrex_wizard_sb_menu" width="113" height="61" /></p>
<p>After clicking <em>Next</em> on the final step of the scheduled backup, you may be prompted for a user account and password like the one shown below.  You may want to refer to my warnings a few paragraphs up, in regards to using domain accounts.</p>
<p><img class="alignnone size-full wp-image-1822" src="http://images.maketecheasier.com/2008/12/backrex_wizard_sb_password.png" alt="backrex_wizard_sb_password" width="259" height="187" /></p>
<h3>Restore Settings from Backup</h3>
<p>The restore process is just as easy as the backup process, in fact it might even be easier.  Starting from the same startup screen, select <em>Restore</em> and click <em>Next</em>.  Step 2 is where you provide the location of your previously saved backup to be recovered from.  The program then skips to Step 4 and provides the familiar listing of the items it plans to recover.  Clicking <em>Next</em> at this point will begin the recovery process.  That&#8217;s all there is to it.</p>
<p>I hope you find this tool as handy as I have!</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31">How To Backup Internet Explorer Settings with BackRex</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27' rel='bookmark' title='Permanent Link: Backup Your Windows Data the Simple Way &#8211; with Cobian Backup'>Backup Your Windows Data the Simple Way &#8211; with Cobian Backup</a></li><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30' rel='bookmark' title='Permanent Link: How to uninstall Internet Explorer 8 from Windows 7'>How to uninstall Internet Explorer 8 from Windows 7</a></li><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-in-vista/2009/08/06' rel='bookmark' title='Permanent Link: How to Uninstall Internet Explorer 8 in Windows Vista'>How to Uninstall Internet Explorer 8 in Windows Vista</a></li><li><a href='http://maketecheasier.com/internet-explorer-8-beta-1-are-you-feeling-excited-iam-not/2008/03/06' rel='bookmark' title='Permanent Link: Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)'>Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Backup Gmail In Ubuntu Intrepid</title>
		<link>http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27</link>
		<comments>http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27#comments</comments>
		<pubDate>Sat, 27 Dec 2008 13:35:03 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1743</guid>
		<description><![CDATA[It is a misconception to think that all the emails in your Gmail account are safe and will be there forever. In the events that Gmail is down, or for some reasons, you were banned by Google, you won&#8217;t be able to access all your emails and all of them will be gone forever. To [...]<p><strong><a href="http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27">How To Backup Gmail In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-migrate-from-evolution-to-thunderbird-in-ubuntu-intrepid/2008/12/04' rel='bookmark' title='Permanent Link: How To Migrate From Evolution To Thunderbird In Ubuntu Intrepid'>How To Migrate From Evolution To Thunderbird In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05' rel='bookmark' title='Permanent Link: [Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk'>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a></li><li><a href='http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23' rel='bookmark' title='Permanent Link: How To Install Aptana Studio In Ubuntu Intrepid'>How To Install Aptana Studio In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="gmail-logo" src="http://images.maketecheasier.com/2008/12/gmail-logo.jpg" alt="gmail-logo" width="136" height="128" />It is a misconception to think that all the emails in your Gmail account are safe and will be there forever. In the events that Gmail is down, or for some reasons, you were banned by Google, you won&#8217;t be able to access all your emails and all of them will be gone forever. To prevent such incident from happening, you might want to backup your mail in your Gmail account to your system. Come to think of it, you backup your system regularly because all the data and files in your computer are important to you. If your emails are important to  you, shouldn&#8217;t you do a backup too?</p>
<p>Gmail-backup is an application that allows you to backup/restore your Gmail. It has an easy to use interface and few configurations are needed to get it to work. Other than backing up your emails, you can also use it to migrate your mails from one Gmail account to another.  This tutorial will teach you how to backup your Gmail account in Ubuntu Intrepid.</p>
<p>Download <a href="http://www.gmail-backup.com/download" target="_blank">Gmail-backup for Linux</a> here</p>
<p>Extract the folder to your Home folder. You should see a folder with the name <em>gmail-backup-0.105-linux </em>(the folder name will change according to the version). For simplicity sake, rename the folder to <em>gmail-backup</em>.</p>
<p>Install the dependencies</p>
<p class="codeblock">sudo apt-get install python2.5 python-wxversion</p>
<p>In your Gmail account, go to <em>Settings -&gt; Forwarding and POP/IMAP</em></p>
<p><img class="alignnone" title="gmail-imap" src="http://images.maketecheasier.com/2008/12/gmail-imap.jpg" alt="gmail-imap" width="545" height="117" /></p>
<p>Check the <em>Enable IMAP</em> and <em>Save Changes</em>.</p>
<p>Back to your terminal, run the command:</p>
<p class="codeblock">cd ~/gmail-backup &amp;&amp; ./gmail-backup-gui.sh</p>
<p><img class="alignnone" title="gmail-backup" src="http://images.maketecheasier.com/2008/12/gmail-backup.jpg" alt="gmail-backup" width="580" height="619" /></p>
<p>Enter the login credential, backup destination and the range of date to backup. Click <em>Backup</em> to start the backing up process.</p>
<p>That&#8217;s it. All your mails in your Gmail account is now backed up in your system.</p>
<h3>Creating an entry in the menu</h3>
<p>It can be a troublesome task to go to the terminal and type a bunch of command just to activate the Gmail-backup application. An easier way is to create an entry in the menu.</p>
<p>In your terminal,</p>
<p class="codeblock">gedit ~/gmail-backup/gmail-backup-gui.sh</p>
<p>Change the following command</p>
<p class="codeblock">exec python2.5 -O  gmail-backup-gui.pyo $@</p>
<p>to</p>
<p class="codeblock">exec python2.5 -O  `dirname $0`/gmail-backup-gui.pyo $@</p>
<p>Save and exit.</p>
<p>On the top panel, right click on <em>Applications</em> and select <em>Edit menus</em></p>
<p><img class="alignnone" title="desktop-access-edit-menu" src="http://images.maketecheasier.com/2008/12/desktop-edit-menu.jpg" alt="desktop-access-edit-menu" width="247" height="151" /></p>
<p>On the left pane, Select the <em>Internet</em>. On the right, click <em>New Item</em>. Enter the following information. Remember to change the USERNAME to your own user ID.</p>
<p><img class="alignnone" title="gmail-backup-entry" src="http://images.maketecheasier.com/2008/12/gmail-backup-entry.jpg" alt="gmail-backup-entry" width="580" height="228" /></p>
<p>Click Close. You can now access Gmail-backup via <em>Applications -&gt; Internet -&gt; Gmail backup</em> now.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27">How To Backup Gmail In Ubuntu Intrepid</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-migrate-from-evolution-to-thunderbird-in-ubuntu-intrepid/2008/12/04' rel='bookmark' title='Permanent Link: How To Migrate From Evolution To Thunderbird In Ubuntu Intrepid'>How To Migrate From Evolution To Thunderbird In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05' rel='bookmark' title='Permanent Link: [Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk'>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a></li><li><a href='http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23' rel='bookmark' title='Permanent Link: How To Install Aptana Studio In Ubuntu Intrepid'>How To Install Aptana Studio In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Backup Your Ubuntu System With Remastersys</title>
		<link>http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22</link>
		<comments>http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22#comments</comments>
		<pubDate>Mon, 22 Dec 2008 13:43:10 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[remastersys]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1686</guid>
		<description><![CDATA[After countless hours of configuring, tweaking, installing new applications onto your Ubuntu system, the last thing that you want to do is to reformat and start everything all over again. Remastersys is here to save you all this trouble. Remastersys is a simple and easy to use application that allows you to easily clone and [...]<p><strong><a href="http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22">How To Backup Your Ubuntu System With Remastersys</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08' rel='bookmark' title='Permanent Link: Backing Up Data In Ubuntu Using sBackup'>Backing Up Data In Ubuntu Using sBackup</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="remastersys-logo" src="http://images.maketecheasier.com/2008/12/remastersys-logo.png" alt="remastersys-logo" width="100" height="100" />After countless hours of configuring, tweaking, installing new applications onto your Ubuntu system, the last thing that you want to do is to reformat and start everything all over again. <a href="http://www.remastersys.klikit-linux.com/" target="_blank">Remastersys</a> is here to save you all this trouble. Remastersys is a simple and easy to use application that allows you to easily clone and backup your Ubuntu system so that you can quickly restore your computer to its previous state in the event that it crashes.</p>
<p>There are two thing that Remastersys can do:</p>
<ol>
<li>To do a full system backup, including all installed applications, their settings and your personal data, to a live CD or DVD. You can use this live CD or DVD to restore your system or to install it in another computer. You can also bring it around and use it everywhere as a Live CD.</li>
<li>To create a custom distributable copy of your current Ubuntu system and share it with your friends.</li>
</ol>
<p>Remastersys comes with a GUI to guide you through the process. There is little or no configuration to do. In as little as one step, you will be backing up your Ubuntu (or creating custom distributable iso) in no time. Remastersys works only in Ubuntu and its derivative such as Linux Mint.</p>
<h3>Installing Remastersys</h3>
<p>In your terminal,</p>
<p class="codeblock">gksu gedit /etc/apt/sources.list</p>
<p>Add the following line to the end of the file. Save and exit</p>
<p class="codeblock">deb http://www.remastersys.klikit-linux.com/repository remastersys/</p>
<p>Update the repositories and install Remastersys</p>
<p class="codeblock">sudo apt-get update<br />
sudo apt-get install remastersys</p>
<p>Once the installation has finished, go to <em>System -&gt; Administration -&gt; Remastersys Backup</em></p>
<p>If you have any other windows or applications running, close them all. Click OK to continue.</p>
<p><img class="alignnone" title="remastersys-screenshot1" src="http://images.maketecheasier.com/2008/12/remastersys1.jpg" alt="remastersys-screenshot1" width="580" height="377" /></p>
<p>Select the action that you want to do. If you want to create a backup of your system, including all the personal data, highlight <em>Backup</em> and click <em>OK</em>. If you want to create a distributable copy of your current system, select <em>Dist</em> and click <em>OK</em>.</p>
<p><img class="alignnone" title="remastersys-selection" src="http://images.maketecheasier.com/2008/12/remastersys-selection.jpg" alt="remastersys-selection" width="580" height="382" /></p>
<p>Remastersys will proceed to do the task that you have specified. This will take a long time, depending on the number of applications and files in your system.</p>
<p><img class="alignnone" title="remastersys-in-process" src="http://images.maketecheasier.com/2008/12/remastersys-in-process.jpg" alt="remastersys-in-process" width="580" height="367" /></p>
<p>You will receive a prompt when the backup process is done. The backup cd filesystem and iso can be found at<em> /home/remastersys/remastersys</em> folder.</p>
<p><img class="alignnone" title="remastersys-finish" src="http://images.maketecheasier.com/2008/12/remastersys-finish.jpg" alt="remastersys-finish" width="580" height="381" /></p>
<p>If you have Virtualbox or VMware installed, you can test the iso file by loading it in a virtual machine.</p>
<p><img class="alignnone" title="remastersys-bootup" src="http://images.maketecheasier.com/2008/12/remastersys-bootup.jpg" alt="remastersys-bootup" width="557" height="452" /></p>
<h3>Conclusion</h3>
<p>Remastersys is a powerful, yet simple to use application. There is no technical knowledge involved. You simply load it up, select the option and off it goes. It is ideal for backing up your system so that you can restore it in the event your system crashes. I like the feature where it allows you to create a custom distribution of Ubuntu. Over the time, I have received many queries from friends on how to install the various applications. With Remastersys, I can now create my own distro with all the applications pre-installed and distribute them to my friends.</p>
<p>For alternative way to create your custom distro, check out <a href="http://maketecheasier.com/reconstructor-creating-your-own-ubuntu-distribution/2008/07/05" target="_self">Reconstructor</a>.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22">How To Backup Your Ubuntu System With Remastersys</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/backup-instal-your-linux-applications-with-aptoncd/2009/06/13' rel='bookmark' title='Permanent Link: How to Backup And Install Your Linux Applications With AptOnCD'>How to Backup And Install Your Linux Applications With AptOnCD</a></li><li><a href='http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08' rel='bookmark' title='Permanent Link: Backing Up Data In Ubuntu Using sBackup'>Backing Up Data In Ubuntu Using sBackup</a></li><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Backup Your Windows Data the Simple Way &#8211; with Cobian Backup</title>
		<link>http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27</link>
		<comments>http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27#comments</comments>
		<pubDate>Thu, 27 Nov 2008 13:13:43 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Cobian Backup]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1173</guid>
		<description><![CDATA[Cobian Backup is a real treat for anyone looking for an easy-to-use backup solution for their Windows desktop.  The latest release, Cobian Backup 9 (Amanita), provides support for Windows NT, 2000, 2003, XP and Vista.  This multi-threaded application can be used to schedule and backup your files and folders from your local system to a [...]<p><strong><a href="http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27">Backup Your Windows Data the Simple Way &#8211; with Cobian Backup</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li><li><a href='http://maketecheasier.com/upgrade-windows-xp-to-windows-7/2009/08/26' rel='bookmark' title='Permanent Link: How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings'>How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive (Updated)'>How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></li><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding-right:5px;" title="backup-disk" src="http://images.maketecheasier.com/2008/11/backup-disk.jpg" alt="backup-disk" width="253" height="198" align="left" /><a href="http://www.educ.umu.se/~cobian/cobianbackup.htm" target="_blank">Cobian Backup</a> is a real treat for anyone looking for an easy-to-use backup solution for their Windows desktop.  The latest release, Cobian Backup 9 (Amanita), provides support for Windows NT, 2000, 2003, XP and Vista.  This multi-threaded application can be used to schedule and backup your files and folders from your local system to a local or network connected storage location of your choosing.  Bi-directional FTP support is also available.</p>
<p>You can run Cobian Backup as either an application or a Windows service.  In this tutorial we will examine installing the program as a service, which will be fitting for most common installations.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2008/11/cobian_main.png"><img src="http://images.maketecheasier.com/2008/11/cobian_main.png" alt="Cobian Main Screen" width="580" height="474" /></a></p>
<p><strong>Installing Cobian Backup</strong></p>
<p>Installation couldn&#8217;t be any easier.  The default settings are preset to allow for optimal installation on most systems.  Start by <a href="http://www.educ.umu.se/~cobian/programz/cbSetup.exe">downloading the installation package</a>, then begin the install process by clicking <em>Run</em>.  The first screen that pops up is a language selector.  I chose <em>English</em>, however you might prefer one of the many other available languages such as Czech, Danish, Espanol, French, German, Hungarian, Italian, Korean, Russian, Taiwanese and many more!</p>
<p><img class="alignnone size-full wp-image-1175" src="http://images.maketecheasier.com/2008/11/cobian_install_language.png" alt="Select a language" width="419" height="170" /></p>
<p>When you get to the screen to select the installation type, make sure that you chose a type that auto-starts.  As you can see, I selected the default which is &#8220;<em>as a service</em>&#8220;.  With this setting I can basically forget about the whole backup process because it will run in the background without requiring user intervention.</p>
<p><img class="alignnone size-full wp-image-1176" src="http://images.maketecheasier.com/2008/11/cobian_install_options.png" alt="Select your installation type" width="580" /></p>
<p>When you get to the welcome screen, click <em>Done</em> and then open up the application interface to configure your first backup job.  You should also see a new icon in your system tray that looks like a little red mushroom. <img class="alignnone size-full wp-image-1177" src="http://images.maketecheasier.com/2008/11/cobian_icon.png" alt="Cobian Tray Icon" width="29" height="27" /></p>
<p><strong>Scheduling a Backup Task</strong></p>
<p>On the <em>Task</em> menu at the top of the window, select <em>New Task</em>.  Next, give your task a name.  I called this one &#8220;My Documents&#8221;, since my goal is to backup my user documents.  I left all the other settings on the <em>General</em> tab at their defaults.</p>
<p><img src="http://images.maketecheasier.com/2008/11/cobian_new_task.jpg" alt="New Task Settings" width="580" height="474" /></p>
<p>Now you are ready to add some files to be backed up.  Click on the <em>Files</em> tab on the left-hand side, then click the <em>Add</em> button in the <em>Source</em> section.  A small dropdown menu will appear.  I chose directory, again because I plan to back up my entire documents directory.</p>
<p>You&#8217;re presented with a standard windows directory selection dialog box.  Browse to the directory you want to backup, then click Ok.  Next click the <em>Add</em> button in the Destination section to choose a place to store your backups.  I chose <em>C:\backups\</em>, however you can put them anywhere that makes sense to you.</p>
<p><img src="http://images.maketecheasier.com/2008/11/cobian_new_task_files.jpg" alt="New Task Files" width="580" height="474" /></p>
<p>A good rule of thumb is to store your backups on a different drive than the files you are backing up.  This way if the hard drive fails, you have a much greater chance of recovery.  If you do backup to the same drive, you might consider burning the backups to disk periodically.</p>
<p>In most cases you&#8217;ll want this to be a recurring task that runs on a scheduled basis.  Click on the <em>Schedule</em> tab and select the frequency that you would like your files backed up.  This part is a personal choice, so choose what makes the most sense for you.  I chose weekly because I don&#8217;t make changes to my documents very often and this will use less disk space than a daily backup.</p>
<p><img src="http://images.maketecheasier.com/2008/11/cobian_new_task_schedule.jpg" alt="New Task Schedule" width="580" height="474" /></p>
<p>The last change that we will make to the new task is on the <em>Archive</em> tab.  Here you can choose whether or not to compress your backup and/or add encryption to secure it.  Turning on either of these options will slow down the backup process a little bit.  I opted for <em>Zip compression</em> and no encryption.  Click the <em>OK</em> button when you are finished.</p>
<p><img src="http://images.maketecheasier.com/2008/11/cobian_new_task_archive.png" alt="New Task Archive" width="580" height="474" /></p>
<p>That&#8217;s it!  Now all you have to do is sit back and wait for the time to pass until your scheduled task starts.  You can also sleep a little better knowing that your data is safe and sound.</p>
<p><strong><a href="http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27">Backup Your Windows Data the Simple Way &#8211; with Cobian Backup</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li><li><a href='http://maketecheasier.com/upgrade-windows-xp-to-windows-7/2009/08/26' rel='bookmark' title='Permanent Link: How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings'>How to Upgrade Windows XP to Windows 7 Without Losing All Your Settings</a></li><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive (Updated)'>How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></li><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox: Backs Up and Syncs Files From Your Desktop</title>
		<link>http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15</link>
		<comments>http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15#comments</comments>
		<pubDate>Mon, 15 Sep 2008 02:30:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=845</guid>
		<description><![CDATA[

Previously available only in Windows and Mac, Dropbox has recently launched a new version for Linux.
In case you are wondering, Dropbox is an online storage site that allows you to back up and sync your files right from your desktop. It comes with a desktop application that you can install in your OS and backing [...]<p><strong><a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15">Dropbox: Backs Up and Syncs Files From Your Desktop</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06' rel='bookmark' title='Permanent Link: How to Compress and Split Files in Ubuntu'>How to Compress and Split Files in Ubuntu</a></li><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/ubuntu-easy-and-quick-ways-to-open-any-files-as-root/2008/02/19' rel='bookmark' title='Permanent Link: Ubuntu: Easy (And Quick) Ways To Open Any Files As Root'>Ubuntu: Easy (And Quick) Ways To Open Any Files As Root</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-851" title="dropbox-logo" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox-logo.jpg" alt="" width="580" height="202" /></p>
<p>Previously available only in Windows and Mac, <a href="http://www.getdropbox.com" target="_blank">Dropbox</a> has recently launched a new version for Linux.</p>
<p>In case you are wondering, Dropbox is an online storage site that allows you to back up and sync your files right from your desktop. It comes with a desktop application that you can install in your OS and backing up files is just a simple drag and drop to the Dropbox folder in your hard drive. Any files added/removed from the folder will be automatically sync with the online server as long as you are connected to the Internet.</p>
<p>Other than a handy desktop application, Dropbox also has the ability to perform revision control on all the files inside the folder. In the event that you deleted any files accidentally, you can load up the revision history and restore back the files.</p>
<p>When you sign up with Dropbox, you get a free basic account that comes with a 2GB storage space. 50 GB storage is also available with a premium account that costs $9.99/month, or $99.99/year.</p>
<p><strong>Installing Dropbox in Ubuntu</strong></p>
<p>The Dropbox team has make it very simple to install Dropbox in Ubuntu.</p>
<p>Download Dropbox for Ubuntu package <a href="https://www.getdropbox.com/downloading">http://dl.getdropbox.com/u/5143/nautilus-dropbox-packages/0.4.1/nautilus-dropbox_0.4.1-1_i386_ubuntu_8.04.deb</a>. <em>(If you are using Fedora or other Linux distro, you can find the source file <a href="http://www.getdropbox.com/install?os=linux" target="_blank">here</a>)</em></p>
<p>Double click on the downloaded deb file to start installing the Dropbox application.</p>
<p>Once the installation are done, log out of your desktop and log back in again. You will now see a Dropbox icon on your system tray at the top panel. In the background, Dropbox will now download the remaining files and complete the installation process.</p>
<p>When it is done, a window will appear to guide you through the setting up process.</p>
<p>If you are new to Dropbox, choose &#8220;<em>I&#8217;m new to Dropbox</em>&#8221;</p>
<p><img class="alignnone size-full wp-image-846" title="dropbox1" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox1.jpg" alt="" width="556" height="460" /></p>
<p>Enter your login credential</p>
<p><img class="alignnone size-full wp-image-847" title="dropbox2" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox2.jpg" alt="" width="556" height="463" /></p>
<p>Follow the tour to learn how to use Dropbox. It&#8217;s really simple.</p>
<p><img class="alignnone size-full wp-image-848" title="dropbox3" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox3.jpg" alt="" width="555" height="463" /></p>
<p>End of the tour. It&#8217;s time to start using your Dropbox!</p>
<p><img class="alignnone size-full wp-image-849" title="dropbox4" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox4.jpg" alt="" width="555" height="464" /></p>
<p>You can find the Dropbox folder in your Home, under Nautilus. A file/folder with a blue icon means that synchronization is in progress while a green tick icon means that synchronization is completed.</p>
<p><img class="alignnone size-full wp-image-850" title="dropbox5" src="http://maketecheasier.com/wp-content/uploads/2008/09/dropbox5.jpg" alt="" width="580" height="375" /></p>
<p><strong>Note:</strong> <em>The installation of Dropbox on Windows and Mac is exactly the same as installation in Ubuntu, except that the installer file is different. </em></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15">Dropbox: Backs Up and Syncs Files From Your Desktop</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/how-to-compress-and-split-files-in-ubuntu/2008/10/06' rel='bookmark' title='Permanent Link: How to Compress and Split Files in Ubuntu'>How to Compress and Split Files in Ubuntu</a></li><li><a href='http://maketecheasier.com/mount-iso-bin-and-cue-files-from-nautilus/2009/05/23' rel='bookmark' title='Permanent Link: Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus'>Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/ubuntu-easy-and-quick-ways-to-open-any-files-as-root/2008/02/19' rel='bookmark' title='Permanent Link: Ubuntu: Easy (And Quick) Ways To Open Any Files As Root'>Ubuntu: Easy (And Quick) Ways To Open Any Files As Root</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up Data In Ubuntu Using sBackup</title>
		<link>http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08</link>
		<comments>http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08#comments</comments>
		<pubDate>Sat, 08 Dec 2007 09:45:08 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[sbackup]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08</guid>
		<description><![CDATA[Be it Windows, Mac or Linux, it is always a wise choice to backup your data. You never know when your hardware is going to fail and when that happens, you know that all your data is safe and there is a backup copy for you to fall back on.
In Ubuntu, it is surprisingly easy [...]<p><strong><a href="http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08">Backing Up Data In Ubuntu Using sBackup</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/time-machine-for-ubuntu-try-timevault-and-flyback/2008/03/07' rel='bookmark' title='Permanent Link: Time machine For Ubuntu? Try Timevault and Flyback'>Time machine For Ubuntu? Try Timevault and Flyback</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup-cdr.jpg" alt="sbackup cdr" class="alignleft" />Be it Windows, Mac or Linux, it is always a wise choice to backup your data. You never know when your hardware is going to fail and when that happens, you know that all your data is safe and there is a backup copy for you to fall back on.</p>
<p>In Ubuntu, it is surprisingly easy to backup your data. Gone are the days that require you to remember all the text line commands to type in the command prompt. With <strong>sBackup</strong>, you can easily backup your data with few clicks of your mouse. let me show you how.</p>
<p>First, install sbackup</p>
<p class="codeblock">sudo apt-get install sbackup</p>
<p>Once done, go to <em>System</em> -&gt; <em>Administration</em> -&gt; <em>Simple Backup Config</em>. Enter your login password and you will be able to see the Window shown in the screen below.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup1.png" alt="sBackup screenshot1" /></p>
<p>Under the General tab, there are three ways you can choose to backup your data:</p>
<ol>
<li> Use recommended backup setting</li>
<li>Use custom backup setting</li>
<li>Manual backups only</li>
</ol>
<p>If you are plain lazy and just to click, save and let it run by itself, you should choose the <em>“recommended backup setting”</em>. This will do a full backup every week and daily incremental backups to any changes made to the files. One point to note, this setting does not backup multimedia files and all file sizes that are more than 100MB.</p>
<p>For anyone who wants more control over which files to backup, the <em>custom backup setting</em> should be used. This setting allows you to define what should be included, excluded, the backup destination, when to backup and what to do with old backups.</p>
<p><em>Manual backup setting</em> is for those who want to perform the backup manually.</p>
<p><strong>Configuring backup setting</strong></p>
<p>If you are choosing the custom backup or manual backup setting, here are your configuration choices:</p>
<p>The <em>Include</em> tab shows a list of directory that you want to backup. The two main directories you want to include are the /home and /etc. The /home contains all your personal data while the /etc contains all the application you have installed.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup2.png" alt="sBackup screenshot2" /></p>
<p>On the <em>Exclude</em> tab, you can do just the opposite, excluding the files that you don&#8217;t want to backup. You have more choices here. On the left, there are four tabs – <em>paths</em>, <em>file types</em>, <em>regex</em> and <em>max size</em>. You can exclude all files from a path, all files of a certain files type, all files that match a certain expression or any files that are bigger than a certain size (the file size to be fixed by you). Some of the directories that you might want to exclude are /proc, /var/cache, /tmp, /dev, /var/tmp, /lost+found, /mnt, /media, /sys.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup3.png" alt="sBackup screenshot3" /><br />
<img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup4.png" alt="sBackup screenshot4" /><br />
<img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup5.png" alt="sBackup screenshot5" /><br />
<img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup6.png" alt="sBackup screenshot6" /></p>
<p>Next, we proceed on to the <em>Destination</em> tab. This is where you choose the location to backup your data to. The default backup directory is /var/backup. However, you can change it to other directory of your preference. You can also choose to backup to a remote directory via SSH or FTP.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup7.png" alt="sBackup screenshot7" /></p>
<p>The next option available to you is the <em>Time</em> setting. You set the time where the backup is executed. It can be hourly, daily, weekly, and monthly or if you prefer, set the precise day of the month, day of the week and even the hour and minute to backup your data. The last option in this setting is to set the minimum number of days before a full backup is required.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup8.png" alt="sBackup screenshot8" /></p>
<p>The last tab is the <em>Purging</em>. Select how you want to handle your old and incomplete backups. You can either choose to erase all backups older than your preset number of days, or use a logarithmic setting where one backup from the previous day, week, month and year are kept and the rest removed.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup9.png" alt="sBackup screenshot9&lt;/ol&gt; &lt;/ul&gt; &lt;p&gt;" /></p>
<p>Once you are done and satisfied with the configuration, press <em>“Backup Now!”</em> to start the backup. Depending on the setting you made, the process can take from few minutes to few hours.</p>
<p><strong>Restoring the backups</strong></p>
<p>It is very easy to restore the backup. Got to <em>System</em> -&gt; <em>Administration</em> -&gt; <em>Simple Backup Restore</em>. Enter your password and the window (shown in the screen below) will pop up.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2007/12/sbackup10.png" alt="sBackup screenshot10" /></p>
<p>Choose the backup directory where you backup your file and select the files or folders that you want to restore. To restore to the same location, press<em> Restore</em>. To restore to other location, press <em>Restore As</em>.</p>
<p>That&#8217;s it!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08">Backing Up Data In Ubuntu Using sBackup</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/backup-ubuntu-with-remastersys/2008/12/22' rel='bookmark' title='Permanent Link: How To Backup Your Ubuntu System With Remastersys'>How To Backup Your Ubuntu System With Remastersys</a></li><li><a href='http://maketecheasier.com/automate-your-system-backup-with-back-in-time/2009/04/16' rel='bookmark' title='Permanent Link: Automate Your System Backup With Back In Time'>Automate Your System Backup With Back In Time</a></li><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/backup-gmail-in-ubuntu-intrepid/2008/12/27' rel='bookmark' title='Permanent Link: How To Backup Gmail In Ubuntu Intrepid'>How To Backup Gmail In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/time-machine-for-ubuntu-try-timevault-and-flyback/2008/03/07' rel='bookmark' title='Permanent Link: Time machine For Ubuntu? Try Timevault and Flyback'>Time machine For Ubuntu? Try Timevault and Flyback</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/backing-up-data-in-ubuntu-using-sbackup/2007/12/08/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
