<?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 &#187; automatic backup</title>
	<atom:link href="http://www.ghacks.net/tag/automatic-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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[Tutorials Basic]]></category>
		<category><![CDATA[software]]></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>

	Tags: <a href="http://www.ghacks.net/tag/automatic-backup/" title="automatic backup" rel="tag">automatic backup</a>, <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/desktop-backup/" title="desktop backup" rel="tag">desktop backup</a>, <a href="http://www.ghacks.net/tag/scheduled-backups/" title="scheduled backups" rel="tag">scheduled backups</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/09/simple-gui-backup-tool-backerupper/" title="Simple gui backup tool backerupper (October 9, 2009)">Simple gui backup tool backerupper</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/" title="Backup important files to FTP (February 13, 2008)">Backup important files to FTP</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/" title="AutoVer Automatic Software Versioning (February 23, 2008)">AutoVer Automatic Software Versioning</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/07/10/automatically-backup-your-files/" title="Automatically backup your files (July 10, 2007)">Automatically backup your files</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/" title="Zip Encrypt Ftp Backups (February 17, 2007)">Zip Encrypt Ftp Backups</a> (1)</li>
</ul>

]]></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>
		<item>
		<title>AutoVer Automatic Software Versioning</title>
		<link>http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/</link>
		<comments>http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 13:22:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[automatic backup]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[versioning]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/</guid>
		<description><![CDATA[Versioning is a pretty useful concept. It basically means backing up documents and files before changes are made to it so that the user can revert back to a previous version with ease. Versioning is not limited to text documents, it can also be used for images or coding applications.]]></description>
			<content:encoded><![CDATA[<p>Versioning is a pretty useful concept. It basically means backing up documents and files before changes are made to it so that the user can revert back to a previous version with ease. Versioning is not limited to text documents, it can also be used for images or coding applications.</p>
<p><a href="http://beanland.net.au/AutoVer/">AutoVer</a> is a automatic software versioning application that monitors folders on your hard drive and creates backups of those files whenever they are changed. It&#8217;s like a realtime incremental backup of the files in those folders to another folder or drive on your hard drive.</p>
<p>Each folder that is being monitored has its own settings which means the application is highly customizable. It&#8217;s even possible to store the backup folder on an USB drive which gets synced whenever it is connected to the computer.</p>
<p><span id="more-3318"></span>
<ul>
<li>Select any number of separate folders or folder trees (including sub folders) to watch for changes &#8211; each folder tree has its own independent settings</li>
<li>Select straight backup or versioning mode</li>
<li>Select any folder or drive to backup to (including memory sticks)</li>
<li>Optionally create an initial backup before the automatic backup starts and ensure it is current on every startup</li>
<li>Restrict which files and folders to include and exclude (by file mask) &#038; maximum size</li>
<li>Change the versioning datetime stamp format (and you can use this to restrict the rate of which the versions are stored)</li>
<li>Optionally zip or delete old versions after a specified time</li>
<li>Optionally delete backup files on original file deletion</li>
<li>Fault tolerance in case your backup folder/drive goes off line or source files are locked. USB &#038; Firewire drives sync&#8217;ed when they come online	</li>
<li>MS Office, Visual Studio plus many others supported (temp file creation, delete then rename is treated as original file change)</li>
<li>Backup file &#038; version explorer included</li>
<li>Open backups or file versions directly (file extensions are preserved) or via inbuilt explorer</li>
<li>Compare file versions (using customisable external application)</li>
<li>Restore file versions via inbuilt explorer or manually</li>
<li>Runs discretely in the Windows System Tray.</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/automatic-backup/" title="automatic backup" rel="tag">automatic backup</a>, <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/versioning/" title="versioning" rel="tag">versioning</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/" title="Backup important files to FTP (February 13, 2008)">Backup important files to FTP</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/04/05/idle-backup/" title="Idle Backup (April 5, 2008)">Idle Backup</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup important files to FTP</title>
		<link>http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/</link>
		<comments>http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:24:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[automatic backup]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup data]]></category>
		<category><![CDATA[cobian backup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/</guid>
		<description><![CDATA[I'm using three dedicated servers at the moment with more than a Terabyte of free hard drive space. I thought of some good uses for that space and came up with the idea to use it to store backups from my computers. The plan is to use the backup software Cobian Backup 8 to create scheduled backups and upload those backups straight to my root server using an ftp account I created for that purpose.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using three dedicated servers at the moment with more than a Terabyte of free hard drive space. I thought of some good uses for that space and came up with the idea to use it to store backups from my computers. The plan is to use the <a href="http://www.ghacks.net/2009/04/26/the-10-best-windows-backup-software-programs/">backup software</a> Cobian Backup 8 to create scheduled backups and upload those backups straight to my root server using an ftp account I created for that purpose.</p>
<p>It really does not matter if you have a root server or just a shared account because those normally have Gigabytes of storage as well, mostly unused. Ghacks for instance uses less than 200 Megabytes of storage space plus less than 100 Megabytes for the database. </p>
<p>I will not explain how to setup an ftp account in this article. If someone would like to know let me know and I could write another article about it. Remember that ftp accounts can also be created on Windows computers using programs like <a href="http://filezilla-project.org/">Filezilla Server</a> for instance which means that you could transfer backups between accounts as well.</p>
<p><span id="more-3209"></span>Please download <a href="http://www.educ.umu.se/~cobian/cobianbackup.htm">Cobian Backup</a> and install the software. Start it after installation, you will be greeted with the following screen.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/02/cobian_backup_main.jpg' alt='cobian backup main' /></p>
<p>We have to create at least one task for our backup. Press CTRL A to bring up the new task dialog window. The left pane contains several menus that contain settings that we have to configure (once). We select the type of backup, the files that we want to backup, the destination for the backup and so on.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/02/cobian_backup_new_task.jpg' alt='cobian backup new task' /></p>
<p>The most important setting in the general pane is the type of backup setting. Do we want to create full backups which means that all files will be uploaded to the ftp, an incremental backup which backups only the changed files since the last backup or a differential backup which would only backup files changed from the last full backup. For our purpose we select full backup.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/02/cobian_backup_source_and_destination.jpg' alt='source backup' /></p>
<p>The files menu deals with the files that we want to backup and the destination for the backup. It is possible to drag and drop files and folders that we want to backup or select them by clicking on the add button. I would not suggest to backup a full hard drive though. The My Documents folder for instance could be a folder to add there, or part of if at least. </p>
<p>It depends on the files that you want to backup, the choice is yours. Just make sure you do not add Gigabytes of files if it is not absolutely necessary because those files have to be uploaded to ftp afterwards using your upload bandwidth and if you are not a lucky one using a symmetrical line with lots of bandwidth you might create a process that would last several days before it completes.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/02/cobian_ftp_properties.jpg' alt='cobian ftp properties' /></p>
<p>Select Add Ftp Site as the destination which should open a new window where you can enter the login details for the ftp site. Enter the IP, username, password and working directory. Note that there are submenus on the left, those can be used to configure the transfer in details.</p>
<p>You can add TSL (Transport Level Security), a proxy, SSL, IPv6 extensions and much more. The four settings under Connection are the only ones that are required, all others are optional. A click on the test button tests the ftp connection, it displays errors in red. The message  All tests passed should appear if everything went well.</p>
<p>The Schedule menu configures when you want to run the backups. Options include Daily, Weekly, Monthly, Yearly plus Once, Manually and Timer. The default setting is daily. I set it to weekly which is sufficient for the kind of data that I want to backup.</p>
<p>The Archive menu configures if you want to compress the files before uploading them to ftp. This is a good idea normally because it will reduce the file size and you will be left with just a few zip files in the ftp directory and not hundreds of files.</p>
<p>Select Zip compression and choose to split the files. I did choose 100 Megabyte zips.</p>
<p>The Special, Events and Advanced menus are not needed to create the backups. They let you exclude files from being backed up or let you include only certain file types for instance.</p>
<p>Events can be configured to happen before and after backups, e.g. executing a file, closing a program or restarting or shutting down the computer. </p>
<p>The last menu is called Advanced. It makes it possible to run the backup as another user. The newly created task should appear in the left pane of the main menu afterwards. If you have scheduled backups they should be automatically started when the date and time is reached. It is possible to manually start a backup as well.</p>
<p>Some closing thoughts. I did not think of it at the beginning of the article but it is also possible to backup the files to a gaming console like the Xbox. My modded Xbox has ftp build in and enough hard drive space to store the backups. The benefit would be that I would not have to upload the backup on a ftp server on the Internet but on my home network which would mean that transfers would be much faster.</p>

	Tags: <a href="http://www.ghacks.net/tag/automatic-backup/" title="automatic backup" rel="tag">automatic backup</a>, <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/backup-data/" title="backup data" rel="tag">backup data</a>, <a href="http://www.ghacks.net/tag/cobian-backup/" title="cobian backup" rel="tag">cobian backup</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/" title="AutoVer Automatic Software Versioning (February 23, 2008)">AutoVer Automatic Software Versioning</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/04/05/idle-backup/" title="Idle Backup (April 5, 2008)">Idle Backup</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Automatically backup your files</title>
		<link>http://www.ghacks.net/2007/07/10/automatically-backup-your-files/</link>
		<comments>http://www.ghacks.net/2007/07/10/automatically-backup-your-files/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 15:23:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[automatic backup]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[everyday auto backup]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/07/10/automatically-backup-your-files/</guid>
		<description><![CDATA[If you are looking for a quick and easy way to backup your files on your Windows operating system you should take a closer look at Everyday Auto Backup which is a basic but useful backup utility which is able to schedule backups of files and folders that you have selected.]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a quick and easy way to backup your files on your Windows operating system you should take a closer look at <a href="http://www.backupsoft.net/download.htm" target="_blank">Everyday Auto Backup</a> which is a basic but useful backup utility which is able to schedule backups of files and folders that you have selected.</p>
<p>When adding folders you select the source and destination folder, select if you want to include subdirectories in the backup, schedule the backup (minutely, hourly, daily, weekly and monthly), define if you want to start the backup after startup or at a given time and choose if you want to overwrite all existing files or only those that have been changed.</p>
<p><span id="more-1742"></span><img src="http://www.ghacks.net/files/screens/2007/07/autobackup.jpg" align="left" alt="auto backup files" /></p>
<p>If you plan on using Everyday Auto Backup you should keep the setting that starts it during Windows startup. I would suggest that you disable it if you only plan to use it sporadically.</p>
<p>This is a great backup utility even for inexperienced users who do not like to think about stuff like backing up system files or personal ones.</p>

	Tags: <a href="http://www.ghacks.net/tag/automatic-backup/" title="automatic backup" rel="tag">automatic backup</a>, <a href="http://www.ghacks.net/tag/backup/" title="backup" rel="tag">backup</a>, <a href="http://www.ghacks.net/tag/everyday-auto-backup/" title="everyday auto backup" rel="tag">everyday auto backup</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/08/quick-and-easy-backups-with-flyback/" title="Quick and easy backups with Flyback (October 8, 2009)">Quick and easy backups with Flyback</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/13/backup-important-files-to-ftp/" title="Backup important files to FTP (February 13, 2008)">Backup important files to FTP</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/23/autover-automatic-software-versioning/" title="AutoVer Automatic Software Versioning (February 23, 2008)">AutoVer Automatic Software Versioning</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/02/17/zip-encrypt-ftp-backups/" title="Zip Encrypt Ftp Backups (February 17, 2007)">Zip Encrypt Ftp Backups</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/10/03/yadis-backup-software/" title="Yadis! Backup Software (October 3, 2009)">Yadis! Backup Software</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/07/10/automatically-backup-your-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
