<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.hostlibrary.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Web Hosting Dedicated Server Linux Windows Security Managed Articles  Tutorials - Backup</title>
 <link>http://www.hostlibrary.com/taxonomy/term/86/9</link>
 <description></description>
 <language>en</language>
<item>
 <title>New Use for Old Hardware: Network RAID Backup</title>
 <link>http://www.hostlibrary.com/New-Use-for-Old-Hardware-Network-RAID-Backup</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;Long unused, the old P166 PC seemed like it ought to have some use left in 
it. Then I remembered the 2nd hard drive wasting time in the other PC; the 
combination of the old PC and a 2nd drive seemed like a good candidate for a 
RAID, to be used as backup storage over the network. As it turns out, that was 
perfectly realistic and not too much work, at least if you know what you are 
doing. I learned a lot. &lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/New-Use-for-Old-Hardware-Network-RAID-Backup&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/New-Use-for-Old-Hardware-Network-RAID-Backup#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/86">Backup</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Sat, 12 Jan 2008 15:16:21 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">569 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Setting Up Linux Server</title>
 <link>http://www.hostlibrary.com/SettingUpLinuxServer.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;This tutorial really should be titled &amp;quot;&lt;b&gt;How to get your&lt;br /&gt;
Debian server off the ground as quickly as possible&lt;/b&gt;&amp;quot;, since it&#039;s based on&lt;br /&gt;
minimal Debian Linux (stable) install.&lt;br&gt;&lt;br /&gt;
Here you&#039;ll be able to get your box secured very quickly, and then get the&lt;br /&gt;
services running with minimum hassle and pain.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/SettingUpLinuxServer.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/SettingUpLinuxServer.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/86">Backup</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/84">Linux</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/97">MySQL</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/90">Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/64">Web Servers &amp; Systems</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Sat, 22 Apr 2006 20:44:00 -0400</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">512 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Backing up Windows machines using rsync and ssh</title>
 <link>http://www.hostlibrary.com/BackingupWindowsmachinesusingrsyncandsshEconomicalbackusolutionrsyncandssh.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
&lt;p&gt;As all other unix tricks this is also the result of laziness and the need. I wanted to backup data on my windows laptop to a central linux/unix server. I didn&#039;t want all the features of available expensive backup solutions. Just a 
simple updated copy of my data on a central machine which is backed up to the tape daily. rsync is known for fast incremental transfer and was an obvious choice for the purpose.&lt;/p&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/BackingupWindowsmachinesusingrsyncandsshEconomicalbackusolutionrsyncandssh.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/BackingupWindowsmachinesusingrsyncandsshEconomicalbackusolutionrsyncandssh.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/86">Backup</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/96">Windows</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Sat, 17 Dec 2005 16:08:00 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">497 at http://www.hostlibrary.com</guid>
</item>
<item>
 <title>Remote backup using ssh, tar and cron</title>
 <link>http://www.hostlibrary.com/Remotebackupusingsshtarandcron-how-to.html</link>
 <description>&lt;!-- google_ad_section_start --&gt;
Are you looking for a solution to backup your data to a remote location? While a solid backup solution such as &lt;a href=&quot;http://arkeia.com&quot; target=&quot;blank&quot;&gt;Arkeia&lt;/a&gt; or TSM from IBM are nice from an enterprise point of view, simpler solutions are available from a home user&#039;s perspective. I will walk you through on you how you can backup your data to a remote server, using the default tools available on all linux systems. In a nutshell, we will use ssh capabilities to allow a cron job to transfer a tarball from you local machine to a remote machine. &lt;/font&gt;&lt;font color=&quot;#666666&quot; size=&quot;2&quot;&gt;
									&lt;/font&gt;&lt;!-- google_ad_section_end --&gt;
&lt;p&gt;&lt;a href=&quot;http://www.hostlibrary.com/Remotebackupusingsshtarandcron-how-to.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.hostlibrary.com/Remotebackupusingsshtarandcron-how-to.html#comment</comments>
 <category domain="http://www.hostlibrary.com/taxonomy/term/86">Backup</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/70">Programming</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/65">Technical &amp; Security</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/76">Miscellaneous</category>
 <category domain="http://www.hostlibrary.com/taxonomy/term/78">Tutorials</category>
 <pubDate>Mon, 03 Jan 2005 01:29:00 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">417 at http://www.hostlibrary.com</guid>
</item>
</channel>
</rss>
