From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 13:19:32 2003 Return-Path: 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 0C49316A4B3 for ; Wed, 1 Oct 2003 13:19:32 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C2C043FAF for ; Wed, 1 Oct 2003 13:19:31 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h91KJVcW003892; Wed, 1 Oct 2003 13:19:31 -0700 (PDT) Received: from mac.com ([66.234.138.77]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 3.0) with ESMTP id h91KJUQ4004256; Wed, 1 Oct 2003 13:19:30 -0700 (PDT) Date: Wed, 1 Oct 2003 16:19:28 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Felix Deichmann From: Charles Swiger In-Reply-To: <3F7B3308.4050807@web.de> Message-Id: <8F2D6ACA-F44C-11D7-88BE-000A27D851E6@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-questions@freebsd.org Subject: Re: tar vs cp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 20:19:32 -0000 On Wednesday, October 1, 2003, at 04:03 PM, Felix Deichmann wrote: > Chuck Swiger wrote: >> tar handles symbolic links properly, whereas cp will "copy through" >> the contents of the link. > > Also true for cp -R? :-) No, but not all systems have "cp -R", although FreeBSD does. Likewise for the "-p" or "--preserve-permissions" option... -- -Chuck