<?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; desktop backup</title> <atom:link href="http://www.ghacks.net/tag/desktop-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 09:52:46 +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>Linux Back In Time: Backup made easy</title><link>http://www.ghacks.net/2009/10/10/linux-back-in-time-backup-made-easy/</link> <comments>http://www.ghacks.net/2009/10/10/linux-back-in-time-backup-made-easy/#comments</comments> <pubDate>Sat, 10 Oct 2009 17:00:23 +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[auto backups]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[cron]]></category> <category><![CDATA[desktop backup]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17123</guid> <description><![CDATA[In my recent trend of covering Linux backup tools I have, so far, covered Flyback (&#8220;Quick and easy backups with Flyback&#8220;) and Backerupper (&#8220;Simple gui backup tool Backerupper&#8220;). Both tools are GUI tools that make the process of backing up your Linux files and folders a simple task. This time around I want to add [...]]]></description> <content:encoded><![CDATA[<p>In my recent trend of covering Linux backup tools I have, so far, covered 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;) and Backerupper (&#8220;<a
title="Backerupper" href="http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/" target="_blank">Simple gui backup tool Backerupper</a>&#8220;). Both tools are GUI tools that make the process of backing up your Linux files and folders a simple task. This time around I want to add to this growing list of user-friendly backup tools <a
title="Back in time" href="http://backintime.le-web.org/" target="_blank">Back In Time</a>.</p><p>Back In Time offers two GUI versions: One for GNOME and one for KDE. If you want to run the KDE version of the tool you will have to be running KDE &gt;= 4.1. The difference between the GUIs is minimal, and there are no features on one that are on the other (it&#8217;s all in the different widget sets used.) <span
style="background-color: #ffffff">In this tutorial you will learn how to install and use the Back In Time backup tool.</span></p><p><span
style="background-color: #ffffff"><span
id="more-17123"></span><strong>Installation</strong></span></p><p><span
style="background-color: #ffffff">Installing Back In Time is simple. Go to the applications&#8217; <a
title="Back In Time Download Page" href="http://backintime.le-web.org/download_page/" target="_blank">download page</a> and download the necessary files. If you are installing on Ubuntu you will need:</span></p><p><span
style="background-color: #ffffff"><a
title="backintime-common" href="http://backintime.le-web.org/download/backintime/backintime-common-0.9.26_all.deb" target="_blank">backintime-common</a></span></p><p><span
style="background-color: #ffffff">and either:</span></p><p><span
style="background-color: #ffffff"><a
title="backintime-gnome" href="http://backintime.le-web.org/download/backintime/backintime-gnome-0.9.26_all.deb" target="_blank">backintime-gnome</a></span></p><p><span
style="background-color: #ffffff">or</span></p><p><span
style="background-color: #ffffff"><a
title="backintime-kde" href="http://backintime.le-web.org/download/backintime/backintime-kde4-0.9.26_all.deb" target="_blank">backintime-kde</a></span></p><p>Before you can install this application you will need to first install the meld tool. To do this issue the command:</p><p><em>sudo apt-get install meld</em></p><p><span
style="background-color: #ffffff">Once Meld is installed you can install Back In Time. To do this you just need to open up a terminal window, change to the directory you downloaded the files into, and issue the command:</span></p><p><span
style="background-color: #ffffff"><em>sudo dpkg -i backintime*</em></span></p><p>which will install both necessary files.</p><p>After the application is installed you are ready to start backing up.</p><p><strong>Usage</strong></p><p>To start up Back In Time go to the System Tools sub-menu of the Applications menu. There ar two entries: Back In Time and Back  In Time (root). You will want to run the non-root entry to back up your standard files.</p><div
id="attachment_17131" class="wp-caption alignleft" style="width: 250px"><a
rel="attachment wp-att-17131" href="http://www.ghacks.net/2009/10/10/linux-back-in-time-backup-made-easy/backintime_settings/"><img
class="size-thumbnail wp-image-17131 " src="http://www.ghacks.net/wp-content/uploads/2009/10/backintime_settings-300x300.png" alt="Figure 1" width="240" height="240" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you fire up Back In Time for the first time you will be greeted, not with the main window, but the Settings Window (see Figure 1).  Before you can actually set up a back up you have to configure a backup directory. This is done in the General tab of the Settings window.</p><p>By default the Schedule will be disabled. This is fine if you want to do a one-time backup. But for scheduled backups you will need to select a frequency from the Schedule drop down.</p><p>You will also have to add at least one folder to back up. To do this go to the Include tab and add a directory to be backed up. You can, of course, add more than one directory to back up.</p><p>From within the Auto-remove tab in the Settings window there is a setting I highly recommend. If you check the &#8220;Smart Remove&#8221; check box Back In Time will:</p><ul><li><span
style="background-color: #ffffff">Keep all snapshots from today and yesterday.</span></li><li><span
style="background-color: #ffffff">Keep one snapshot from last week and one from two weeks prior.</span></li><li><span
style="background-color: #ffffff">Keep one snapshot per month for all previous months of the year.</span></li><li><span
style="background-color: #ffffff">Keep one snapshot per year for all previous years.</span></li></ul><p><span
style="background-color: #ffffff">If you have any need to retain snapshots, this is a fairly safe bet.</span></p><p><span
style="background-color: #ffffff">From within the Exclude tab you can configure Back In Time for folders and/or files to not include in the backup. You can also add patterns to exclude, which can include wildcards.</span></p><p><span
style="background-color: #ffffff">After you have all of your settings taken care of click OK and Back In Time is set up and ready to go. </span></p><p><span
style="background-color: #ffffff"><strong>What about that scheduled backup?</strong></span></p><p>Here&#8217;s the deal &#8211; Back In Time does not have a Panel icon to keep the application running in the background. So unless you plan on keeping the application open, you have to have another means to make sure your backups happen.  In order to do this you have to know the command line portion of the tool. And then you will need to add the right command as a cron job. Without getting too complicated, the command to run Back In Time from the command line will be:</p><p><em>backintime -b</em></p><p>Which will back up any necessary job you have created.</p><p>With that in mind you can set up the <em>backintime</em> command to be run from your crontab. Say, for example, you want your backintime job to run every Sunday. You could enter a cronjob (started by issuing the command <em>crontab -e</em>) and enter a job like:</p><p><em>* * * * 7 /usr/bin/backintime -b</em></p><p>Save that cron job and it will be set up to run every Sunday.</p><p><strong>Final thoughts</strong></p><p>Back In Time is just as user-friendly as the other backup tools and adds a command line tool for added flexibility. I highly recommend Back In Time for your simple desktop backup jobs.</p><p><span
style="background-color: #ffffff"> </span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/10/linux-back-in-time-backup-made-easy/feed/</wfw:commentRss> <slash:comments>1</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> <item><title>Quick and easy backups with Flyback</title><link>http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/</link> <comments>http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/#comments</comments> <pubDate>Thu, 08 Oct 2009 17:04:36 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[automatic backup]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[desktop backup]]></category> <category><![CDATA[scheduled backups]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17079</guid> <description><![CDATA[If you&#8217;re looking for a tool for really simple and quick backups Flyback might just be the tool for you. Compared to Apples Time Machine (on the web site at least), Flyback allows you to create specific backs that can be run manually or automagically with a very simple GUI and not much time or [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;re looking for a tool for really simple and quick backups Flyback might just be the tool for you. Compared to Apples Time Machine (on the web site at least), Flyback allows you to create specific backs that can be run manually or automagically with a very simple GUI and not much time or effort involved.</p><p><a
title="Flyback" href="http://code.google.com/p/flyback/" target="_blank">Flyback</a> is based on rsync and creates successive backup directories mirroring the files you set up to back up. In order to save space, Flyback hardlinks any unchanged files to previous backups. With Flyback you can backup to either a networked drive (so long as it is mapped), a usb drive, a thumb drive, or a directory within the file system. One thing you want to certainly avoid is backing up to a directory that is also being backed up. In other words, if you are backing up <strong>/home/jlwallen</strong> you would not want to back up to <strong>/home/jlwallen/BACKUP</strong>. Instead you would want to back up to something like <strong>/BACKUP</strong>. But we&#8217;re getting ahead of ourselves. Let&#8217;s first learn to install and use Flyback.</p><p><span
id="more-17079"></span><strong>Installation</strong></p><p>Installing Flyback is fairly simple. You will not find Flyback in any of your repositories, nor can you add repositories so that Fly can be installed with apt-get or any GUI tool. You can, however, install all of the dependencies with apt-get. To do this open up a terminal window and issue the command:</p><p><code>sudo apt-get install python python-glade2 python-gnome2 python-sqlite python-gconf rsync</code></p><p>You might find that apt-get will return that everything is already up to date. If so, you&#8217;re ready to go. If not, let the installation process happen and then you&#8217;ll be ready to go.</p><p>After you have issued the above command you can then download the Flyback file with the command:</p><p><em>wget http://flyback.googlecode.com/files/flyback_0.4.0.tar.gz</em></p><p>Now unpack the tar file (from within the directory the file was downloaded) with the command:</p><p><em>tar xvzf flyback_0.4.0.tar gz</em></p><p>which will create a new directory <strong>flyback</strong>. The next step is to change into the newly created directory and start up the application.</p><p><strong>Starting and using Flyback</strong></p><p>In order to start the application you will issue the command (from within the <strong>flyback</strong> directory):</p><p><em>python flyback.py</em></p><div
id="attachment_17080" class="wp-caption alignleft" style="width: 381px"><a
rel="attachment wp-att-17080" href="http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/flyback_main/"><img
class="size-full wp-image-17080 " src="http://www.ghacks.net/wp-content/uploads/2009/10/flyback_main.png" alt="Figure 1" width="371" height="320" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When the main window opens (see Figure 1) it might seem like a number of directories and/or files are already marked for backup. This is not the case. You have to actually add the files/directories from with the Preferences window. So the first thing you will want to do is click on the Edit menu and select Preferences. From within the Preferences window (see Figur 2) you will need to take care of a few tasks. The first task (and you might get a warning about this) is to configure the backup location. This is fairly</p><div
id="attachment_17081" class="wp-caption alignright" style="width: 330px"><a
rel="attachment wp-att-17081" href="http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/flyback_directories/"><img
class="size-full wp-image-17081" src="http://www.ghacks.net/wp-content/uploads/2009/10/flyback_directories.png" alt="Figure 2" width="320" height="215" /></a><p
class="wp-caption-text">Figure 2</p></div><p>straightforward &#8211; just click on the Storage Location tab and then click the drop down to select  your backup location. After you have configured this click on the Include/Exclude Directories tab. From within that tab you select the directories you want to include in your backup from the drop down and then click the Add button. In order to delete  a directory from the backup you simply right click the directory from the &#8220;Included dirs&#8221; pane and select Delete.</p><p>Once you have all of your directories set up, you can then create exclude patterns. Fortunately the application includes a great Help file on creating exclude patterns. To get to this file click on the Help button just above the OK button. This will give you all the information you need on creating excluding patterns.</p><div
id="attachment_17082" class="wp-caption alignleft" style="width: 330px"><a
rel="attachment wp-att-17082" href="http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/flyback_schedule/"><img
class="size-full wp-image-17082 " src="http://www.ghacks.net/wp-content/uploads/2009/10/flyback_schedule.png" alt="Figure 3" width="320" height="214" /></a><p
class="wp-caption-text">Figure 3</p></div><p>After you have your directories set up, you can either click OK and then click the Backup button on the main window, or you can set up a scheduled backup from within the Backup Schedule tab (see Figure 3).</p><p>In order to set this up as an automatic backup click the &#8220;automatically&#8221; check box and then set up the time you want to run the backup.</p><p>From this same window you can configure Flyback to delete backups when space is need or when a backup is older than a defined time period.</p><p>One thing to note. If you are setting up a regular, automatic backup, you need to make sure the location you are backing up to will be available. For instance, if you backup to a thumb drive, that thumb drive best be inserted when the backup is set to run.</p><p><strong>Final thoughts</strong></p><p>That&#8217;s it. A very simple backup solution that is somewhat flexible, but very user-friendly. Although not the most advanced solution, but a solution that should meet most of your desktop backup needs.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
