From r.c.ladan@student.tue.nl  Tue May 31 20:22:20 2005
Return-Path: <r.c.ladan@student.tue.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 07DB016A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 May 2005 20:22:20 +0000 (GMT)
	(envelope-from r.c.ladan@student.tue.nl)
Received: from 82-168-79-254-bbxl.xdsl.tiscali.nl (82-168-75-155-bbxl.xdsl.tiscali.nl [82.168.75.155])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C66043D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 May 2005 20:22:18 +0000 (GMT)
	(envelope-from r.c.ladan@student.tue.nl)
Received: from 82-168-79-254-bbxl.xdsl.tiscali.nl (localhost [127.0.0.1])
	by 82-168-79-254-bbxl.xdsl.tiscali.nl (8.13.3/8.13.1) with ESMTP id j4VKMG3k027097
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 May 2005 22:22:16 +0200 (CEST)
	(envelope-from r.c.ladan@student.tue.nl)
Received: (from rene@localhost)
	by 82-168-79-254-bbxl.xdsl.tiscali.nl (8.13.3/8.13.1/Submit) id j4VKMFuG027096;
	Tue, 31 May 2005 22:22:16 +0200 (CEST)
	(envelope-from r.c.ladan@student.tue.nl)
Message-Id: <200505312022.j4VKMFuG027096@82-168-79-254-bbxl.xdsl.tiscali.nl>
Date: Tue, 31 May 2005 22:22:16 +0200 (CEST)
From: Rene Ladan <r.c.ladan@student.tue.nl>
Reply-To: Rene Ladan <r.c.ladan@student.tue.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update tar usage in chapter 16.11.2 of the Handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81738
>Category:       docs
>Synopsis:       [patch] Update tar usage in chapter 16.11.2 of the Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 20:30:01 GMT 2005
>Closed-Date:    Fri Aug 05 19:07:14 GMT 2005
>Last-Modified:  Fri Aug 05 19:07:14 GMT 2005
>Originator:     Rene Ladan
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD 82-168-79-254-bbxl.xdsl.tiscali.nl 5.4-STABLE FreeBSD 5.4-STABLE #5: Wed May 25 05:41:14 CEST 2005 root@82-168-79-254-bbxl.xdsl.tiscali.nl:/usr/obj/usr/src/sys/RENE i386


	
>Description:
	Although mentioned in the 5.3R release notes, the text in chapter
	16.11.2 of the Handbook still refers to GNU tar as the (only) tar to use:

	" ... The GNU version of tar, which FreeBSD utilizes, supports remote
	devices using the same syntax as rdump ... "
	
	<sidenote>
	This doesn't seem to apply to bsdtar:
	
	$ bsdtar cf localhost:/usr/home/rene/test.tar localfile
	tar: Failed to open 'localhost:/usr/home/rene/test.tar': No such file or directory
	</sidenote>
>How-To-Repeat:
	
>Fix:
--- /usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml	Sat May 21 20:08:22 2005
+++ chapter.sgml	Tue May 31 22:04:29 2005
@@ -2373,8 +2373,12 @@
       <indexterm><primary><command>tar</command></primary></indexterm>
       <para>Most versions of <command>tar</command> do not support
 	backups across the network.  The GNU version of
-	<command>tar</command>, which FreeBSD utilizes, supports remote
-	devices using the same syntax as <command>rdump</command>.  To
+	<command>tar</command>, which FreeBSD utilizes on 4.X, supports
+	remote devices using the same syntax as <command>rdump</command>.
+	On 5.3 and later, <command>tar</command> is a symbolic link to
+	<command>bsdtar</command>, a native version of
+	<command>tar</command>.  To use the GNU version on these
+	systems, use <command>gtar</command> instead.  To
 	<command>tar</command> to an Exabyte tape drive connected to a
 	Sun called <hostid>komodo</hostid>, use:</para>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Fri Aug 5 19:06:26 GMT 2005 
State-Changed-Why:  
I changed the wording a bit but commited to revision 1.241 of 
chapter.sgml.  The website should be updated within 24 hours.  Thanks 
for the submission! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=81738 
>Unformatted:
