The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Know a program that can differentiate two very large files fast?

    Discussion in 'Windows OS and Software' started by NumLock, Aug 9, 2011.

  1. NumLock

    NumLock Notebook Evangelist

    Reputations:
    38
    Messages:
    367
    Likes Received:
    1
    Trophy Points:
    31
    I'm copying some backup files of a database into an external hdd. Individual file sizes of these backups range from 300GB and a lot of them. Aside from looking at the file properties; is there a faster and more accurate way to determine if the files (the source and the destination) are identical?

    notes:
    - they are not text files; no need to compare text inside; just to tell the user if file a and copied file a in a different location are identical to each other.

    Thanks in advance for any recommended software ^^
     
  2. chimpanzee

    chimpanzee Notebook Virtuoso

    Reputations:
    683
    Messages:
    2,561
    Likes Received:
    0
    Trophy Points:
    55
    try md5sum though you should also trust the OS that when it returns ok, it means ok.
     
  3. NumLock

    NumLock Notebook Evangelist

    Reputations:
    38
    Messages:
    367
    Likes Received:
    1
    Trophy Points:
    31
    the md5checker looks pretty neat and is portable. I hope it doesn't take a long time to get the md5 of a 300gb file.

    thanks chimpanzee
     
  4. fonduekid

    fonduekid JSUTAONHTERBIRCKINTEHWLAL

    Reputations:
    1,407
    Messages:
    3,396
    Likes Received:
    0
    Trophy Points:
    105
    Try SyncBack - Lightweight, compares in detail, files in source and destination and tell' you the differences.

    Cheers