From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 22:49:51 2011 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 B14B61065673 for ; Sat, 5 Nov 2011 22:49:51 +0000 (UTC) (envelope-from cpuburner@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 44E4D8FC14 for ; Sat, 5 Nov 2011 22:49:50 +0000 (UTC) Received: by faar19 with SMTP id r19so5753755faa.13 for ; Sat, 05 Nov 2011 15:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=puioW2sHlk4DsDYQLY8YV4y4zyZy4I0jElMgic04pjQ=; b=eBwhjsqPaqJ/2Si0XLe11icc4s8yH3L/OZ4sz0HZHztLOyqZkNB5L5rZyUxWYCovPz KRyP9DHhIbpZR5OJ2ve465OzWS4fvGieDxGBm13x+phYL78A3D3Qgsj+A0f/q80TlLTG gh4YmvOU1OjI9eUgcCOu44oV+NomhswHvSmVE= Received: by 10.223.14.3 with SMTP id e3mr35493643faa.25.1320533390118; Sat, 05 Nov 2011 15:49:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.96.200 with HTTP; Sat, 5 Nov 2011 15:49:29 -0700 (PDT) In-Reply-To: References: <44d3d6paww.fsf@lowell-desk.lan> <44ty6insu2.fsf@lowell-desk.lan> From: Chris Date: Sat, 5 Nov 2011 18:49:29 -0400 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: recursive copy with spaces in descendants 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: Sat, 05 Nov 2011 22:49:51 -0000 On Sat, Nov 5, 2011 at 6:20 PM, Michael Sierchio wrote: > On Sat, Nov 5, 2011 at 3:15 PM, Chris wrote: >> I apologize for the lack of detail. The command I'm using is: >> ( cd /usr/local/etc/transmission/home/Downloads/ ; tar cf - . ) | ( cd >> /mnt/usb ; tar xf - ) > > Show, don't tell. What does tar report when you run it? > The following messages display: ./: Can't set user=921/group=921 for . ./Reboot S1 - 01 [3FD6C4B2].mkv: Can't create 'Reboot S1 - 01 [3FD6C4B2].mkv' The last message (can't create) repeats for all files in the directory. Running 'ls -al /mnt/usb' yields: drwxr-xr-x 1 root wheel 32768 Dec 31 1979 . drwxr-xr-x 1 root wheel 512 Nov 5 03:04 .. Where /mnt/usb was originally empty in the first place.