Google Drive Comparison
- Posts: 5
- Joined: 20 Dec 2023
Hi. I sync my files with Google Drive. I want to make sure about my files are copied exactly the same. Is FFS hashing files with Cloud API (or something like that) or downloading the file and hashing after that? Thanks.
- Posts: 4056
- Joined: 11 Jun 2019
No, you will want to look into "VerifyCopiedFiles"
- Posts: 5
- Joined: 20 Dec 2023
Hi. Thanks for answer. If I don't change the "VerifyCopiedFiles", it isn't download files to my computer for hashing, right?No, you will want to look into "VerifyCopiedFiles" xCSxXenon, 20 Dec 2023, 23:05
- Posts: 2451
- Joined: 22 Aug 2012
For good reasons, FreeFileSync (FFS) does not use hashes (as discussed in this forum in multiple threads).
Instead, FFS uses a plain bit-by-bit comparison.
Instead, FFS uses a plain bit-by-bit comparison.
- Posts: 5
- Joined: 20 Dec 2023
Is bit by bit or hashing with SHA-1/SHA-256 etc. more reliable?For good reasons, FreeFileSync (FFS) does not use hashes (as discussed in this forum in multiple threads).
Instead, FFS uses a plain bit-by-bit comparison. Plerry, 21 Dec 2023, 08:40
- Posts: 2451
- Joined: 22 Aug 2012
Theoretically, files can have an identical checksum and still differ in content.
That is however very, very unlikely, and, as explained in said threads, not the reason why FFS does not use hashes.
That is however very, very unlikely, and, as explained in said threads, not the reason why FFS does not use hashes.