From owner-freebsd-questions@FreeBSD.ORG Wed Apr 8 01:08:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE471065670 for ; Wed, 8 Apr 2009 01:08:12 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 869EE8FC1D for ; Wed, 8 Apr 2009 01:08:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n3813vkj095620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Apr 2009 08:03:57 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n38188Y7060178; Wed, 8 Apr 2009 08:08:08 +0700 (ICT) Date: Wed, 8 Apr 2009 08:08:08 +0700 (ICT) Message-Id: <200904080108.n38188Y7060178@banyan.cs.ait.ac.th> From: Olivier Nicole To: steve@ibctech.ca In-reply-to: <49DBDE27.4010300@ibctech.ca> (message from Steve Bertrand on Tue, 07 Apr 2009 19:13:43 -0400) References: <49DBDE27.4010300@ibctech.ca> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Copying files without scp 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: Wed, 08 Apr 2009 01:08:12 -0000 Hi, > Can someone recommend a *known good* production quality copy mechanism > that will act like scp, but without the overhead? rsh? nc? I sometime use tar+rsh. Tar because I want to be sure to preserve all ownership and modes of the files and directories. Bests, olivier