<?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; remote backup</title> <atom:link href="http://www.ghacks.net/tag/remote-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>Luckybackup: Linux backup made easy</title><link>http://www.ghacks.net/2010/04/13/luckybackup-linux-backup-made-easy/</link> <comments>http://www.ghacks.net/2010/04/13/luckybackup-linux-backup-made-easy/#comments</comments> <pubDate>Tue, 13 Apr 2010 11:39:04 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[network backup]]></category> <category><![CDATA[remote backup]]></category> <category><![CDATA[rpm]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24492</guid> <description><![CDATA[There are a lot of backup tools out there. From the overly simple to the overly complex. Many of those backup tools go unnoticed and unused. Some of them get recognized as the outstanding projects they are. One of those tools is Luckybackup. This tool was awarded Sourceforge&#8217;s best new project of 2009. There is [...]]]></description> <content:encoded><![CDATA[<p>There are a lot of backup tools out there. From the overly simple to the overly complex. Many of those backup tools go unnoticed and unused. Some of them get recognized as the outstanding projects they are. One of those tools is Luckybackup. This tool was awarded Sourceforge&#8217;s best new project of 2009. There is a reason for that. Luckybackup is a simple to use backup tool that can backup both to a local machine and to a remote machine &#8211; with a user-friendly gui and all the features you would expect in a backup tool.</p><p>You might think that Luckybackup is a tool only an end-user could love. Not so. Although Luckybackup is simple to use, open source, and free it&#8217;s a worthy candidate for business backup as well. Oh sure, you&#8217;re not going to image your machines with this backup tool, but you can backup your data. In this article I am going to show you how to install and use Luckybackup.</p><p><span
id="more-24492"></span><strong>Installation</strong></p><p>Installation is simple. If you&#8217;re lucky Luckybackup will be found in your distributions repositories. If that&#8217;s the case, just fire up your package manager tool, search for &#8220;luckybackup&#8221; (No quotes), select Lucky Backup for installation, and click apply. That&#8217;s it. If you&#8217;re not luck, and Lucky Backup isn&#8217;t in your repositories, then you will have to go to the <a
title="Lucky Backup download page" href="http://luckybackup.sourceforge.net/download.html" target="_blank">Lucky Backup download page</a> and download the binary for your distribution. Once you have that file it&#8217;s as simple as either letting your browser auto-detect and let a tool like GDebi install the package, or install from command line like so:</p><p><em>rpm -ivh luckybackup-XXX.rpm </em></p><p>Where XXX is the release number.</p><p><strong>Using Lucky Backup</strong></p><div
id="attachment_24499" class="wp-caption alignleft" style="width: 294px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/luckybackup_main.png"><img
class="size-medium wp-image-24499 " src="http://www.ghacks.net/wp-content/uploads/2010/04/luckybackup_main-474x499.png" alt="" width="284" height="299" /></a><p
class="wp-caption-text">Figure 1</p></div><p>I am going to walk you through the steps for creating a remote backup using Lucky Backup. The remote backup I am going to illustrate uses ssh for the network transportation. For simplicities sake I am going to illustrate how you can do a backup with user intervention. To really make this work, you will want to set up password-less secure shell communication. You can see how this is done in my article &#8220;<a
title="Five handy secure shell tips and tricks" href="http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/" target="_blank">Five handy secure shell tips and tricks</a>&#8220;.</p><p>Once installed open up a terminal window and issue the command <em>luckybackup</em>. This command will open up the user-friendly gui (see Figure 1) where you add all of the backups you want to create.</p><p>Let&#8217;s walk through the steps of creating an ssh-based backup.</p><p><strong>Step 1: </strong>Click the Add button.</p><p><strong> </strong></p><p><strong></p><div
id="attachment_24500" class="wp-caption alignright" style="width: 288px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/luckybackup_backup.png"><img
class="size-medium wp-image-24500 " src="http://www.ghacks.net/wp-content/uploads/2010/04/luckybackup_backup-464x500.png" alt="" width="278" height="300" /></a><p
class="wp-caption-text">Figure 2</p></div><p><span
style="font-weight: normal">Step 2: </span></strong>Fill in the necessary pieces of information in the new window (see Figure 2). This information will include:</p><ul><li>Name: Name to give the backup.</li><li>Type: Full or incremental.</li><li>Source: What you want to backup.</li><li>Destion: Directory on local or remote host to store backup.</li></ul><p>REMOTE TAB:</p><ul><li>User remote host: Check this box.</li><li>Destination: Check this box.</li><li>User: Username on remote machine.</li><li>Host: IP Address of remote machine</li><li>Ssh: Check this box.</li></ul><p><strong>Step 3: </strong>Click Okay to save your settings.</p><p><strong>Step 4: </strong>Click Start to begin the backup process.</p><p>If your backup was setup correct you will immediately be informed such and, in the terminal window where you started Lukcybackup from, you will prompted for the remote users password. Enter the password in that terminal window and hit enter. Your backup will begin.</p><p>As I mentioned earlier, to avoid having to be prompted for your password (this will be necessary for scheduled backup) you will need to set up password-less secure shell.</p><p><strong>Final thoughts</strong></p><p>That was simple. That is exactly how a backup tool should work. Give Lucky Backup a try, you may not find a Linux backup tool as simple to use.</p><p><strong><br
/> </strong></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/13/luckybackup-linux-backup-made-easy/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Remote Batch Copy</title><link>http://www.ghacks.net/2008/09/18/remote-batch-copy/</link> <comments>http://www.ghacks.net/2008/09/18/remote-batch-copy/#comments</comments> <pubDate>Thu, 18 Sep 2008 14:51:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network copy]]></category> <category><![CDATA[remote backup]]></category> <category><![CDATA[remote batch copy]]></category> <category><![CDATA[remote delete]]></category> <category><![CDATA[remote locations]]></category> <category><![CDATA[windows network]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6791</guid> <description><![CDATA[Remote Batch Copy is a software tool to copy files to multiple remote network locations. Source files that get added to the application are copied to the selected destination folders on the remote locations. The selected source files can also come from different computers in a computer network so that Remote Batch Copy provides an [...]]]></description> <content:encoded><![CDATA[<p>Remote Batch Copy is a software <a
href="http://www.morningglorytech.com/RemoteBatchCopy.html">tool</a> to copy files to multiple remote network locations. Source files that get added to the application are copied to the selected destination folders on the remote locations. The selected source files can also come from different computers in a computer network so that Remote Batch Copy provides an reliable way to keep files in sync on multiple remote locations.</p><p>All available network connections are discovered and added to the list of possible destination nodes. The user may select some or all of the nodes for the process. The source files can come from any directory of a connected computer. Depending on the settings of the application the files get overwritten if they exist or backed up first and then overwritten.</p><p>The user does have the option to copy selected files to only one network node by dragging and dropping files onto that node in the program interface. Otherwise the files will be copied to all selected destination nodes.</p><p><span
id="more-6791"></span>Remote Batch Copy can query and display network information of each node and also search for nodes that do not appear in the list that is automatically generated at program start.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/09/remote_batch_copy-500x488.png" alt="remote batch copy" title="remote batch copy" width="500" height="488" class="alignnone size-medium wp-image-7066" /></p><p>The software program comes with a second mode called Delete Remote Files which is the exact opposite of the default operation. Selecting this mode will delete the selected files from all remote locations that have been added to the queue.</p><p>Configurations can be saved in sessions to be able to perform the configured operations again. Unattended Batch Copies can be executed this way which basically means that the whole operation will run in silent mode in the background requiring no user interaction.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/18/remote-batch-copy/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
