From owner-freebsd-questions@FreeBSD.ORG Fri Jul 12 17:49:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 458DE94C for ; Fri, 12 Jul 2013 17:49:08 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 066AC12A1 for ; Fri, 12 Jul 2013 17:49:07 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id q12so1770445vbe.27 for ; Fri, 12 Jul 2013 10:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6zoAZjdv9sdYIdsgotgvHRIS/ArHEeJBtoHDNlkjlw4=; b=SENkyV0BrSeX0runjgHUWMyl3yTsKm3Y1hwnMbMUwuDorpavT/3HBQCjfJhA9ABEAw qp5o2C6zSNtEBpgaWwXxyhRrQNhFKcfOt7VaeUy6Yr9V8qtSBT0Y8OCDlVORs8J5T9yI XrGMqaBao0sjwK7DbS4nIkf0jj1rf9Hg7TRojt9IW3oORJubyI3o+eNK4NzjDSukFCRj b6MK/n2MwchPezKrJF39NijMoZXFlhaYuK80um9qjIJeP+TGKMpJ2TbcV8/FVku2H7fg 8ufqp6DECxJXcg4Jfgzd5Xp4WmVqZCmSJl8eYcNaELDuRFPlBbfbCsJs/T+lH9zAy4BK v7iA== MIME-Version: 1.0 X-Received: by 10.58.54.70 with SMTP id h6mr24978132vep.36.1373651347489; Fri, 12 Jul 2013 10:49:07 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.220.105 with HTTP; Fri, 12 Jul 2013 10:49:07 -0700 (PDT) In-Reply-To: References: <67um8rd2r07ipc.fsf@saturn.laptop> <67um8r61wsei8l.fsf@saturn.laptop> Date: Fri, 12 Jul 2013 10:49:07 -0700 X-Google-Sender-Auth: v2AkPRrtbM6z5dNJqeX1dHz7W8M Message-ID: Subject: Re: OT: rsync on Mac OSX From: Chris Maness To: Giorgos Keramidas , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 17:49:08 -0000 On Tue, Jul 2, 2013 at 3:11 PM, Chris Maness wrote: > > > > >> Since you are going to wait anyway, why don't you try peeking at some of >> the file checksums while this is running? >> >> MacOS X comes with a shasum utility which implements SHA-256 checksums, >> so you should be able to look at a few random samples of these files, >> e.g. by running on the source disk: >> >> shasum -a 256 source_directory/file/path/to/some/file.ext >> >> shasum -a 256 copied_directory/file/path/to/some/file.ext >> >> If these are the same, then the applications look elsewhere, e.g. in the >> 'hidden' .DS_Store stuff some MacOS directories contain. >> >> But if the checksums are different, well, then there's your problem. >> >> > Checksums are the same. All other files still work however the HUGE rendered Final Cut Pro output, so I guess it is something in .DS_Store. Last time I just gave up and recopied everything by a simple cut and paste and that solved the problem. I made a small change on the project today, and I don't want to have to copy the WHOLE thing again just for a small delta. I already synced the directories, but the new rendered files are still un-openable in any application even though the checksums match. Really weird. However, the project will still open and work on FCP. Just the 12Gb rendered movie files will not play on anything even FCP. If I delete .DS_Store will the system regenerate it with the appropriate file associations? I know this is a little off topic, but Mac OSX is based on BSD. You guys are also the smartest around :D Thanks, Chris Maness