<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; GNOME backup</title> <atom:link href="http://www.ghacks.net/tag/gnome-backup/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Backup your Linux desktop with Simple Backup</title><link>http://www.ghacks.net/2010/08/14/backup-your-linux-desktop-with-simple-backup/</link> <comments>http://www.ghacks.net/2010/08/14/backup-your-linux-desktop-with-simple-backup/#comments</comments> <pubDate>Sat, 14 Aug 2010 14:26:29 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[desktop backup]]></category> <category><![CDATA[GNOME backup]]></category> <category><![CDATA[Luckybackup]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=32925</guid> <description><![CDATA[There are tons of possible backup solutions for the Linux desktop (and/or server). I have covered a number of possible solutions here on Ghacks. One of my favorite (and the one I use most often) is Luckybackup (see my article &#8220;Luckybackup: Linux backup made easy&#8220;), but that doesn&#8217;t mean there aren&#8217;t plenty of really good [...]]]></description> <content:encoded><![CDATA[<p>There are tons of possible backup solutions for the Linux desktop (and/or server). I have covered a number of possible solutions here on Ghacks. One of my favorite (and the one I use most often) is Luckybackup (see my article &#8220;<a
title="Luckybackup: Linux backup made easy" href="http://www.ghacks.net/2010/04/13/luckybackup-linux-backup-made-easy/" target="_blank">Luckybackup: Linux backup made easy</a>&#8220;), but that doesn&#8217;t mean there aren&#8217;t plenty of really good solutions. One of these solutions (and one that really lives up to its name) is Simple Backup (or sbackup). This backup tool offers very similar features to other solid backup options: local backups, remote backups via SSH or FTP, scheduled backups, include/exclude, and restore.</p><p>Simple Backup works to make the backup process simple. In this article I am going to show you how to install and use this handy Linux backup tool.</p><p><span
id="more-32925"></span><strong>Installation</strong></p><p>As you have grown to expect, sbackup is easy to install as it is included in the standard repositories. To install sbackup follow these steps:</p><ol><li>Open up your Add/Remove Software tool.</li><li>Search for &#8220;sbackup&#8221; (no quotes).</li><li>Mark Simple Backup for installation.</li><li>Click Apply to install.</li></ol><p>That&#8217;s it! You will now find two new entries in your <strong>System &gt; Administration </strong>menu: Simple Backup Config and Simple Backup Restore. As you can probably guess, the former is used to set up and run your backups whereas the latter is used to restore your backups. Now, let&#8217;s see how simple it is to set up a scheduled backup.</p><p><strong>Scheduling a backup</strong></p><div
id="attachment_32929" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/sbackup_config.png"><img
class="size-medium wp-image-32929 " src="http://www.ghacks.net/wp-content/uploads/2010/08/sbackup_config-500x338.png" alt="" width="300" height="203" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Click on <strong>System &gt; Administration &gt; Simple Backup Config</strong> which will open up the main sbackup config window (see Figure 1). In order to set up a fairly straight-forward backup make sure you hit these sections:</p><p>General: You can use this to do standard, automatic, or manual backups. Note: Standard backups will backup all user files, /etc, /usr/local, and /var. That&#8217;s a pretty good basic backup scheme.</p><p>Include: The particular directories you want to include in your backup.</p><p>Exclude: Any particular directories you want to exclude from your backup.</p><p>Destination: Where the backup will be stored. By default the backup is in <strong>/var/backup</strong>. You will probably want to go with an external drive for this. NOTE: You might want to check the box for &#8220;Abort backup if destination directory doe not exist&#8221;. This will keep the backup from running if you have forgotten to plug in your external drive.</p><p>Time: Here you can precisely schedule your backup.  What this actually does is create a cron job for your backup.</p><p>Purging: This is a very critical section as it will ensure your backup directory doesn&#8217;t get full. Here you can choose either Simple or Logarithmic purging. Simple allows you to just declare how old a backup can be before it is removed. Logarithmic uses an algorithm for keeping various backups. The Logarithmic backup is the recommended choice.</p><p>Once you have made all of your choices, click Save and then, if you want, you can run your backup immediately by pressing Backup Now! When you press Backup Now! the process will begin and remain in the background. If you have configured sbackup for a time, the first backup will run at the time you configured.</p><p><strong>Restoring a backup</strong></p><p>Because the restore is a part of Simple Backup, it will know where you have placed your backups. Until you have actually had a successful backup, there will be nothing to restore (so Simple Backup Restore will find nothing to restore). Once you do have a successful backup all you have to do is follow these steps:</p><ol><li>Click <strong>System &gt; Administration &gt; Simple Backup Restore</strong></li><li>From the Restore GUI, select which backup you want to restore.</li><li>Click Restore.</li></ol><p>That&#8217;s it. Now the process of restoring your files will be begin!</p><p><strong>Final thoughts</strong></p><p>Between LuckyBackup and Simple Backup you will be hard pressed to find an easier, more reliable backup solution for the Linux desktop. But regardless of what backup solution you use, make sure you DO use a backup or else you stand to lose all of your precious data.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/14/backup-your-linux-desktop-with-simple-backup/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Simple gui backup tool backerupper</title><link>http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/</link> <comments>http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/#comments</comments> <pubDate>Fri, 09 Oct 2009 15:19:34 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[desktop backup]]></category> <category><![CDATA[GNOME backup]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17099</guid> <description><![CDATA[In my last article I covered the backup GUI Flyback (&#8220;Quick and easy backups with Flyback&#8220;.) Although it seems development has stopped for that tool, it is still a viable solution. Does that mean it&#8217;s the best solution? No. There are far better GUI tools for easy desktop backup. One of those tools is Backerupper. Backerupper is [...]]]></description> <content:encoded><![CDATA[<p>In my last article I covered the backup GUI Flyback (&#8220;<a
title="Flyback" href="http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/" target="_blank">Quick and easy backups with Flyback</a>&#8220;.) Although it seems development has stopped for that tool, it is still a viable solution. Does that mean it&#8217;s the best solution? No. There are far better GUI tools for easy desktop backup. One of those tools is <a
title="Backerupper" href="http://sourceforge.net/projects/backerupper/" target="_blank">Backerupper</a>. Backerupper is still in beta at release .24-32. But that doesn&#8217;t deter from the fact that the tool is very useful and stable.</p><p>Backerupper not only does a good job of simple backups, it also adds an icon to the GNOME notification area for quick access. And with Backerupper offers enough features to satisfy the users who demand ease of use, as well as those who want a feature-rich tool.</p><p><span
id="more-17099"></span><strong>Features</strong></p><p>Speaking of features, Backerupper has them:</p><ul><li><span
style="background-color: #ffffff">Simple configuration.</span></li><li><span
style="background-color: #ffffff">Simple installation.</span></li><li><span
style="background-color: #ffffff">Profiles.</span></li><li><span
style="background-color: #ffffff">Restore.</span></li><li><span
style="background-color: #ffffff">Automated backups.</span></li><li><span
style="background-color: #ffffff">Limit amount of backup copies stored.</span></li><li><span
style="background-color: #ffffff">Quick access from notification area.</span></li><li><span
style="background-color: #ffffff">Portable (run Backerupper from your thumb drive).</span></li></ul><p>Now let&#8217;s get into the thick of things and install Backerupper.</p><p><strong>Installation</strong></p><p>Installing Backerupper is simple. You will not find this tool in your repositories so you&#8217;re going to have to download it from the</p><p><code>wget <span
style="background-color: #ffffff">http://downloads.sourceforge.net/project/backerupper/backerupper/Backerupper-0.24/backerupper-0.24-32.tar.gz</span></code></p><p>The above command will download the latest (as of this writing) version of Backerupper. Now you need to unpack the tar file with the command (issued from within the directory you downloaded the file):</p><p><code>tar xvzf backerupper-0.24-32.tar.gz</code></p><p>This will create a new directory called <strong>backerupper-0.24-32</strong>. Change into that directory with the command <em>cd backerupper-0.24-32 </em>and you will find five files and one directory. If you want to install Backerupper issue the following command:</p><p><em>sudo ./install.sh</em></p><p>If you are not on a sudo-based distribution you will want to <em>su</em> to the root user and then issue the command <em>./install.sh</em>. The <strong>install.sh</strong> file will copy the file <strong>backer</strong> to <strong>/usr/bin</strong> and will create the directory <strong>/usr/share/backerupper</strong> and then copy the <strong>doc</strong> directory to the newly created directory.</p><p>Once installed all you have to do is issue the command <em>backer</em> as a standard user.</p><p>Now if you want to have a portable Backerupper you can  just copy the <strong>backer</strong> file to your mounted thumb drive. When you run the <em>backer</em> command from your thumb drive you will get a warning that the online help system can not be found and the help system has been disabled. You will see this every time you run the command.</p><p><strong>Usage</strong></p><div
id="attachment_17104" class="wp-caption alignleft" style="width: 299px"><a
rel="attachment wp-att-17104" href="http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/backerupper_main/"><img
class="size-full wp-image-17104 " src="http://www.ghacks.net/wp-content/uploads/2009/10/backerupper_main.png" alt="Figure 1" width="289" height="193" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Now let&#8217;s see how Backerupper is used. When you issue the command <em>backer</em> the main window will appear (see Figure 1). As you can see there are no profiles created by default. In order to create a profile you need to click the New button. When you click this button a window will appear (see Figure 2) asking for the details of this profile. The details should be fairly obvious. You can create a profile for every backup you want to create. This window is also where you set up the</p><div
id="attachment_17105" class="wp-caption alignright" style="width: 305px"><a
rel="attachment wp-att-17105" href="http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/backerupper_profile/"><img
class="size-full wp-image-17105 " src="http://www.ghacks.net/wp-content/uploads/2009/10/backerupper_profile.png" alt="Figure 2" width="295" height="198" /></a><p
class="wp-caption-text">Figure 2</p></div><p>automation of the backup. You can also configure a destination directory as the default backup destination.</p><p>By default Backerupper will set your backup to happen every day. You might want to change this depending upon the frequency you require for your backup.</p><p>After you have created your profile that profile will appear in the Profiles drop down on the main page (see Figure 3).</p><p>Even though you have a backup setup for a specific time, you can automatically run that backup by selecting the profile you want to use from the drop down and then clicking the Backup Now button.</p><p>It should be pretty obvious that, in order for a backup to occur, Backerupper must be running. If you are one that logs out of your desktop, or shuts off your laptop, you have to remember to start up Backerupper. I would suggest adding Backerupper to your list of startup applications. To do this go to the Preferences sub-menu of the System menu and select Startup Applications. From this new window, click the Add button and fill out the necessary information. Once you have that done, Backerupper will start upon login and your backups will happen.</p><p><strong>Restore</strong></p><div
id="attachment_17106" class="wp-caption alignleft" style="width: 302px"><a
rel="attachment wp-att-17106" href="http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/backerupper_restore/"><img
class="size-full wp-image-17106 " src="http://www.ghacks.net/wp-content/uploads/2009/10/backerupper_restore.png" alt="Figure 3" width="292" height="199" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The restore process is very simple. Click on the Restore tab in the Backerupper main window (see Figure 3) and follow these steps:</p><ol><li><span
style="background-color: #ffffff">Select the profile you want to restore.</span></li><li><span
style="background-color: #ffffff">If you have more than one archive of this directory click the Select Archive button and select which archive you want to restore.</span></li><li><span
style="background-color: #ffffff">Click the Restore button.</span></li></ol><p>That&#8217;s it.</p><p><strong>Final thoughts</strong></p><p>Backerupper is one of the easiest (and fastest) desktop backup solutions I have found. And its portability makes it an even better solution for flexible Linux desktop backup.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
