Pages: [1]   Go Down

Author Topic: transferring files / validation?  (Read 2207 times)

lightstand

  • Guest
transferring files / validation?
« on: December 08, 2010, 09:31:38 pm »

I was wondering if someone would walk me through the proper procedures for transferring files from one hard drive to another while validating the the transfer.  Can I do this manually with just the utilities that come with OS 10.6(apple) or do I need a specific software to do this?  I really don't want to buy a piece of software just to transfer files.

The reason for the question is all the recent talk about validating files and my need to transfer large amounts of backup files from external hard drives to internal hard drives so I can then erase the external drives, but I must know that the files are in good working order.

Yes I am a complete beginner/novice when it comes to computer procedures and appreciate any help that can be given.  thanks, jeff

Logged

degrub

  • Guest
Re: transferring files / validation?
« Reply #1 on: December 09, 2010, 08:59:56 am »

short of opening the files and looking at them, you could do a md5checksum and comparison. There are batch utilities to do so. search on md5sum or md5cksum.
Logged

Gregs

  • Newbie
  • *
  • Offline Offline
  • Posts: 29
Re: transferring files / validation?
« Reply #2 on: December 09, 2010, 04:48:36 pm »

TeraCopy - a free utility - can be set to error check after copying or moving.
Logged

Nigel Johnson

  • Full Member
  • ***
  • Offline Offline
  • Posts: 126
Re: transferring files / validation?
« Reply #3 on: December 12, 2010, 10:48:08 am »

Jeff

I would recommend Carbon Copy Cloner, it carries out verification. It is donationware and all the features work in demo mode. I have been using it for several years and thoroughly recommend it. If you find it useful please consider donating. The program can be found at http://www.bombich.com/ccc_features.html.

Are you wanting to copy the files once, perhaps to move to a larger disc, or for backup. If not for backup I would STRONGLY recommend that you setup a frequent backup procedure (sorry if my assumption about not backing up is wrong). CCC is one possible tool for doing this. I use CCC for copying disks and for system disk backup as it can create bootable copies, I also use EMC Retrospect for archival backup as it allows me to store snapshots that enable me to revert to earlier versions of data or software, however this is a more complex and expensive solution. I stress the need for frequent backups as I had the bad experience of a failed hard disc in my laptop and then found that my backup was two months old, this took plenty of time to fix although it would have been worse without any backup and I did have backups of my raw photos but lost some work done in Adobe Lightroom (the latest LR catalogue backup was on the same hard disc).

Regards
Nigel

PS I have no connection with Bombich software other than as a satisfied customer and yes, I have donated.
Logged

PeterAit

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 4559
    • Peter Aitken Photographs
Re: transferring files / validation?
« Reply #4 on: December 12, 2010, 12:04:16 pm »

You can use the COPY command with the /V switch. Oh wait, that's on a PC. Sorry.
Logged

dizzyg44

  • Jr. Member
  • **
  • Offline Offline
  • Posts: 69
Re: transferring files / validation?
« Reply #5 on: December 13, 2010, 07:58:45 am »

In OS X, your best and most robust method would be the Rsync utility.

for detailed usage do "man rsync" in terminal (or google it).

Logged

Thomas McConnell

  • Guest
Re: transferring files / validation?
« Reply #6 on: June 09, 2011, 08:44:31 am »

There are many softwares, filezilla 3.5 can do this.
Logged

John.Murray

  • Sr. Member
  • ****
  • Offline Offline
  • Posts: 886
    • Images by Murray
Re: transferring files / validation?
« Reply #7 on: June 09, 2011, 11:06:50 am »

After copying, from terminal window, run:

diff -qr /path/to/volume1 /path/to/volume2
Logged
Pages: [1]   Go Up