<div class="gmail_quote">On Fri, Jul 24, 2009 at 00:29, Robert Keizer <span dir="ltr">&lt;<a href="mailto:robert@cluenet.org">robert@cluenet.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Dan Martin wrote:<br>
&gt; On a Unix based system such as the Mac, should file level copies be<br>
&gt; adequate?<br>
</div>For the most part. Especially if you backup the partition tables too. I<br>
recommend rdiff-backup, it works great and can copy locally or to remote<br>
sites over ssh.<br>
<div class="im"></div></blockquote><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">&gt; Any suggestions re how to make a clone of my boot drive would be<br>

&gt; appreciated.<br>
</div>Is clonezilla what your looking for?<br>
<a href="http://clonezilla.org/" target="_blank">http://clonezilla.org/</a><br>
</blockquote></div><br>There are some problems with backing up a Mac (largely thanks to the HFS+ file system).  The problem is very similar to backing up any UNIX filesystem that stores additional metadata beyond the basic stat(2) fields.  Linux ACLs, for example, or even worse, EAs (which are often used to store ACLs) are not necessarily backed up correctly by [pick your favorite backup tool].  Most versions of GNU tar can backup ext3 and XFS ACLs &amp; EAs, and EAs on any filesystem with compatible APIs, but from version to version there are various limitations that must be addressed.  Many versions of cpio(1) don&#39;t handle EAs or ACLs.  Pax(1) was written to address many of these issues but for incomprehensible reasons isn&#39;t present on many UNIX systems.<br>
<br>Anyway, two (dated, but still relevant) articles on Mac backups:<br> <a href="http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and-cloning-tools-under-mac-os-x">http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and-cloning-tools-under-mac-os-x</a> <br>
 <a href="http://blog.plasticsfuture.org/2006/04/23/mac-backup-software-harmful">http://blog.plasticsfuture.org/2006/04/23/mac-backup-software-harmful</a> <br> <a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html</a> <br>
 <a href="http://www.bombich.com/software/ccc.html">http://www.bombich.com/software/ccc.html</a> **note that Bombich disagrees with the test results in the first two articles.<br><br>Both SuperDuper and CCC are availabe at no charge for personal use... if you don&#39;t back up your mac already, USE ONE! <br clear="all">
<br>Note also that many external USB &amp; Firewire drives (esp. LaCie branded-drives) come with OS X backup software preloaded.<br><br>-- <br>-Adam Thompson<br> &lt;<a href="mailto:athompso@athompso.net">athompso@athompso.net</a>&gt;<br>
<br>