From owner-freebsd-questions@FreeBSD.ORG Sun Dec 25 23:21:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1CA716A41F for ; Sun, 25 Dec 2005 23:21:33 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB23843D45 for ; Sun, 25 Dec 2005 23:21:32 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from alpha.home (ppp149-82.lns3.adl2.internode.on.net [59.167.149.82]) by smtp1.adl2.internode.on.net (8.12.9/8.12.6) with ESMTP id jBPNLU0J095727 for ; Mon, 26 Dec 2005 09:51:31 +1030 (CST) (envelope-from malcolm.kay@internode.on.net) From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Mon, 26 Dec 2005 09:51:30 +1030 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512260951.30072.malcolm.kay@internode.on.net> Subject: Re: What is the M in tar Mcvf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 23:21:34 -0000 On Mon, 26 Dec 2005 08:00 am, Teo De Las Heras wrote: > I looked through the man pages and online, but I can't find > information on what the M is for in 'tar Mcvf'. I constantly > see this as a way to archive / backup files. I find it in the man pages without problems: -M --multi-volume Create/list/extract multi-volume archive But watch out -- this is gnu-tar and on the later FreeBSD OS (5.x+) appears as gtar (also as gtar in man pages). For BSD tar on 5.4 I find "There is not yet any support for multi-volume archives" Malcolm