Backup.html   [plain text]


<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 28. Backup Techniques</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.64.1"><link rel="home" href="index.html" title="The Official Samba-3 HOWTO and Reference Guide"><link rel="up" href="optional.html" title="Part III. Advanced Configuration"><link rel="previous" href="unicode.html" title="Chapter 27. Unicode/Charsets"><link rel="next" href="SambaHA.html" title="Chapter 29. High Availability"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 28. Backup Techniques</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="unicode.html">Prev</a> </td><th width="60%" align="center">Part III. Advanced Configuration</th><td width="20%" align="right"> <a accesskey="n" href="SambaHA.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="Backup"></a>Chapter 28. Backup Techniques</h2></div><div><div class="author"><h3 class="author"><span class="firstname">John</span> <span class="othername">H.</span> <span class="surname">Terpstra</span></h3><div class="affiliation"><span class="orgname">Samba Team<br></span><div class="address"><p><tt class="email">&lt;<a href="mailto:jht@samba.org">jht@samba.org</a>&gt;</tt></p></div></div></div></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="Backup.html#id2588416">Features and Benefits</a></span></dt><dt><span class="sect1"><a href="Backup.html#id2588433">Discussion of Backup Solutions</a></span></dt><dd><dl><dt><span class="sect2"><a href="Backup.html#id2588480">BackupPC</a></span></dt><dt><span class="sect2"><a href="Backup.html#id2588558">Rsync</a></span></dt><dt><span class="sect2"><a href="Backup.html#id2588665">Amanda</a></span></dt><dt><span class="sect2"><a href="Backup.html#id2588700">BOBS: Browseable Online Backup System</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2588416"></a>Features and Benefits</h2></div></div><div></div></div><p>
The Samba project is over ten years old. During the early history
of Samba, UNIX administrators were its key implementors. UNIX administrators
will use UNIX system tools to backup UNIX system files. Over the past
four years, an increasing number of Microsoft network administrators have
taken an interest in Samba. This is reflected in the questions about backup
in general on the Samba mailing lists.
</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2588433"></a>Discussion of Backup Solutions</h2></div></div><div></div></div><p>
During discussions at a Microsoft Windows training course, one of
the pro-UNIX delegates stunned the class when he pointed out that Windows
NT4 is so limiting compared with UNIX. He likened UNIX to a Meccano set
that has an unlimited number of tools that are simple, efficient,
and, in combination, capable of achieving any desired outcome.
</p><p>
One of the Windows networking advocates retorted that if she wanted a
Meccano set, she would buy one. She made it clear that a complex single
tool that does more than is needed but does it with a clear purpose and
intent is preferred by some like her.
</p><p>
Please note that all information here is provided as is and without recommendation
of fitness or suitability. The network administrator is strongly encouraged to
perform due-diligence research before implementing any backup solution, whether free
software or commercial.
</p><p>
A useful Web site I recently stumbled across that you might like to refer to
is located at <a href="http://www.allmerchants.com/Software/Backup_Software/" target="_top">
www.allmerchants.com</a>.
</p><p>
The following three free software projects might also merit consideration.
</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588480"></a>BackupPC</h3></div></div><div></div></div><p>
	<a class="indexterm" name="id2588487"></a>
	BackupPC version 2.0.0 has been released on <a href="http://backuppc.sourceforge.net" target="_top">SourceForge.</a>
	 New features include support for <span><b class="command">rsync/rsyncd</b></span> and internationalization of the CGI interface
	(including English, French, Spanish, and German).
	</p><p>
	BackupPC is a high-performance Perl-based package for backing up Linux,
	UNIX or Windows PCs and laptops to a server's disk. BackupPC is highly
	configurable and easy to install and maintain. SMB (via smbclient),
	<span><b class="command">tar</b></span> over <span><b class="command">rsh/ssh</b></span> or <span><b class="command">rsync/rsyncd</b></span>
	 are used to extract client data.
	</p><p>
	Given the ever decreasing cost of disks and raid systems, it is now
	practical and cost effective to backup a large number of machines onto
	a server's local disk or network storage. This is what BackupPC does.
	</p><p>
	Key features are pooling of identical files (big savings in server disk
	space), compression, and a comprehensive CGI interface that allows users
	to browse backups and restore files.
	</p><p>
	BackupPC is free software distributed under a GNU GPL license.
	BackupPC runs on Linux/UNIX/freenix servers, and has been tested
	on Linux, UNIX, Windows 9x/ME, Windows 98, Windows 200x, Windows XP, and Mac OSX clients.
	</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588558"></a>Rsync</h3></div></div><div></div></div><p><span><b class="command">rsync</b></span> is a flexible program for efficiently copying files or
		directory trees.</p><p><span><b class="command">rsync</b></span> has many options to select which files will be copied
	  and how they are to be transferred. It may be used as an
	  alternative to <span><b class="command">ftp, http, scp</b></span>, or <span><b class="command">rcp</b></span>.</p><p>The rsync remote-update protocol allows rsync to transfer just
	  the differences between two sets of files across the network link,
	  using an efficient checksum-search algorithm described in the
	  technical report that accompanies the rsync package.</p><p>Some of the additional features of rsync are:</p><div class="itemizedlist"><ul type="disc"><li><p>
		    Support for copying links, devices, owners, groups, and permissions.
		  </p></li><li><p>
		    Exclude and exclude-from options are similar to GNU tar.
		  </p></li><li><p>
		    A CVS exclude mode for ignoring the same files that CVS would ignore.
		  </p></li><li><p>
		    Can use any transparent remote shell, including rsh or ssh.
		  </p></li><li><p>
		    Does not require root privileges.
		  </p></li><li><p>
		    Pipelining of file transfers to minimize latency costs.
		  </p></li><li><p>
		    Support for anonymous or authenticated rsync servers (ideal for
		    mirroring).
		  </p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588665"></a>Amanda</h3></div></div><div></div></div><p>
	<a class="indexterm" name="id2588673"></a>
	Amanda, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that
	allows the administrator of a LAN to set up a single master backup server to back up
	multiple hosts to a single large capacity tape drive. Amanda uses native dump and/or
	GNU tar facilities and can back up a large number of workstations running multiple
	versions of UNIX. Recent versions can also use Samba to back up Microsoft Windows hosts.
	</p><p>
	For more information regarding Amanda, please check the <a href="http://www.amanda.org/" target="_top">
	www.amanda.org/ site.</a>
	</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588700"></a>BOBS: Browseable Online Backup System</h3></div></div><div></div></div><p>
	<a class="indexterm" name="id2588708"></a>
	Browseable Online Backup System (BOBS) is a complete online backup system. Uses large
	disks for storing backups and lets users browse the files using a Web browser. Handles
	some special files like AppleDouble and icon files.
	</p><p>
	The home page for BOBS is located at <a href="http://bobs.sourceforge.net/" target="_top">
	bobs.sourceforge.net.</a>
	</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="unicode.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="optional.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="SambaHA.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 27. Unicode/Charsets </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 29. High Availability</td></tr></table></div></body></html>