On Sun, Jan 9, 2011 at 8:16 PM, Carl Cook <[email protected]> wrote:
>
> I'd rather not do the copy again unless necessary, as it took a day.
>
> Directories look identical, but who knows?  I'm going to try and figure out 
> how to do a file-by-file crc check, for peace of mind.

try "du --apparent-size -slh"
It should rule out any differences caused by sparse files and hardlinks.

>
>
> On Sat 08 January 2011 17:26:25 Freddie Cash wrote:
>> On Sat, Jan 8, 2011 at 5:25 AM, Carl Cook <[email protected]> wrote:
>> >
>> > In addition to the questions below, if anyone has a chance could you 
>> > advise on why my destination drive has more data  than the source after 
>> > this command:
>> > # rsync --hard-links --delete --inplace --archive --numeric-ids 
>> > /media/disk/* /home

Are you SURE you don't get the command mixed up? The last argument to
rsync should be the destination. Your command looks like you're
copying things to /home.

-- 
Fajar
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to