Home > Mac OSX > Verify that a burned disk is identical to your source

Verify that a burned disk is identical to your source

Disk Utility will check directories but unfortunately not data

The below Terminal command will compare two sets of data for an exact data structure. Use it to compare a backup to an original.
(note: don’t use apostrophe/foot mark in file names. Terminal omits them)

In Terminal, example:
diff -r /Volumes/MacPro500/2009.03.12AppBackupĀ  /Volumes/MacPro500/testBackup/2009.03.12AppBackup

(copied off the web)

Categories: Mac OSX Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.