From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 17:17:14 2007 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 7738F16A46C for ; Sun, 28 Oct 2007 17:17:14 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4DBAC13C4A7 for ; Sun, 28 Oct 2007 17:17:14 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1161829rvb for ; Sun, 28 Oct 2007 10:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=DdoYryrfItXQum40oJoODbDHcECH91X1k7th+hnKBz4=; b=NZuX67TrBFlA79/XulonBd4t6lTvt/OY8eF01JQRSYDjPfkZXtQUSqso0eyjZeUdOwBNvqUvF+gjVk4C/z8fdwwFbIe/jgd+Z1h7qxy0HUJfgH8VYziuXCSShLJosy2oYijU075WPbxagWa9yUGQLGfJeIVu1h7lWuDiS8eabfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=UZYx9isdWsqbKLKHv+75XWT7cXtXwL/xesupQAvq/JY8AXumJgCqRXXhZLhHLu7ZI9aAUARovheIFoJbncZzqc2eiVMnKKw3/MpnZ1qLgQOY6MzfpsIPLpBgN/PE6qBy4FLUghuYbc9b0zKqnK/EibTuzMeuJgDqNx3fKflklrM= Received: by 10.114.158.1 with SMTP id g1mr824024wae.1193591831073; Sun, 28 Oct 2007 10:17:11 -0700 (PDT) Received: by 10.115.74.5 with HTTP; Sun, 28 Oct 2007 10:17:11 -0700 (PDT) Message-ID: <539c60b90710281017r4db40821s358b67049ee7b063@mail.gmail.com> Date: Sun, 28 Oct 2007 10:17:11 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 9e7df4dbc1c9e78c Subject: cp --verify? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 17:17:14 -0000 I don't see a --verify switch on cp, so I presume it does not. Is there an automated way to ensure a copy has gone well byte-for-byte without writing a script to filter diff? I want to be relatively sure my family pics are in the destination and not currupted before I wipe my flash card - got burned by ms windows on that bigtime last year... Steve