From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 15:09:12 2006 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 5ED8C16A422 for ; Sun, 19 Feb 2006 15:09:12 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FA243D6B for ; Sun, 19 Feb 2006 15:09:05 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FAqBA-0008UE-L1 for freebsd-questions@freebsd.org; Sun, 19 Feb 2006 16:08:53 +0100 Received: from 155.red-83-40-143.dynamicip.rima-tde.net ([83.40.143.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:08:52 +0100 Received: from matiassurdi by 155.red-83-40-143.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Feb 2006 16:08:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Surdi Date: Sun, 19 Feb 2006 16:08:21 +0100 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 155.red-83-40-143.dynamicip.rima-tde.net User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060209) X-Accept-Language: es-es, es In-Reply-To: Sender: news Subject: Re: equivalent to linux cp -al 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, 19 Feb 2006 15:09:12 -0000 Matias Surdi escribió: > Hi, > > > I've a script on a linux box wich makes backups, it uses the "cp -al" > command to make hard links and preserve atributes. > > Is there an equivalent on FreeBSD? > > Thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Replying to myself..... I've noticed that I've to use cpio instead.