<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
On Fri, 2006-05-12 at 13:27 -0400, Robert Brockway wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">For tar it is worth using -X.  Eg:</FONT>

<FONT COLOR="#000000">tar -X /tmp/exclude.file -cf alldata.tar /</FONT>

<FONT COLOR="#000000">/tmp/exclude.file should include, as a minimum:</FONT>

<FONT COLOR="#000000">/cdrom</FONT>
<FONT COLOR="#000000">/floppy</FONT>
<FONT COLOR="#000000">/mnt</FONT>
<FONT COLOR="#000000">/proc</FONT>
<FONT COLOR="#000000">/tmp</FONT>
<FONT COLOR="#000000">/var/tmp</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
I always recommend that you use the -l (dash ell) a.k.a. --one-file-system. Then specify all the file systems that you want backed up on the command line. This is usually simpler than exclusions. I use exclusions to remove big files or dirs that I want to get rid of.<BR>
<BR>
e.g.<BR>
<BR>
tar -clf alldata.tar / /usr /var /home<BR>
<BR>
Like Rob said pipes are great:<BR>
<BR>
tar -clf - / /usr /var /home /tmp | ssh <A HREF="mailto:root-evScllzyGZN2sXPJmJwuAQ@public.gmane.orgm.com">root-evScllzyGZOxBppYLAEN5wC/G2K4zDHf@public.gmane.org</A> "tar -xvf -"<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<TABLE CELLSPACING="0" WIDTH="500">
<TR>
<TD>
<B>John Van Ostrand</B>
</TD>
<TD ALIGN="right">
<B>Net Direct Inc.</B>
</TD>
<TD>
 
</TD>
</TR>
<TR>
<TD VALIGN="top">
<I>Chief Technology Officer</I>
</TD>
<TD ALIGN="right">
564 Weber St. N. Unit 12<BR>
Waterloo, ON N2L 5C6 
</TD>
<TD VALIGN="top">
 <A HREF="http://maps.google.ca/maps?q=Net+Direct+Inc.,+564+Weber+St.+N.+Unit+12,+Waterloo,+ON+N2L+5C6,+canada&ll=43.494599,-80.548222&spn=0.038450,0.073956&iwloc=A&hl=en">map</A> 
</TD>
</TR>
<TR>
<TD>
<A HREF="mailto:john-Da48MpWaEp0CzWx7n4ubxQ@public.gmane.org">john-Da48MpWaEp0CzWx7n4ubxQ@public.gmane.org</A>
</TD>
<TD ALIGN="right">
Ph: 519-883-1172
</TD>
<TD>
 ext.5102
</TD>
</TR>
<TR>
<TD>
<A HREF="http://www.netdirect.ca">Linux Solutions / IBM Hardware</A>
</TD>
<TD ALIGN="right">
Fx: 519-883-8533
</TD>
<TD>
 
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>