Search found 102 matches: checksum

Searched query: +checksum

by first500
22 Apr 2024, 16:35
Forum: Help
Topic: FFS won't open
Replies: 5
Views: 47

FFS won't open

Error message reads "Consistency check failed for "C:\Program Files\FreeFileSync\Resources\Registered.dat Invalid checksum" I have been running the donation edition for ages then this came up today. I don't want uninstall/reinstall in case I lose my list of file matches. ...
by Plerry
22 Dec 2023, 09:47
Forum: Help
Topic: Google Drive Comparison
Replies: 5
Views: 10840

Re: Google Drive Comparison

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.
by spqr
19 Nov 2023, 18:29
Forum: General Discussion
Topic: Idea: one more way to compare files when syncing with Google Drive (v3 api)
Replies: 0
Views: 6376

Idea: one more way to compare files when syncing with Google Drive (v3 api)

... file from a cloud (and there was not much sense to do it as byte-to-byte sync was doing pretty much same and being quicker) With exposing of `md5checksum` property by gdrive for file object, we don't need to download a file anymore to calculate its checksum. The method would be slower than time ...
by DavidWall
17 Nov 2023, 22:57
Forum: Help
Topic: Updated to 13.1 Now Backup fails.
Replies: 4
Views: 9204

Updated to 13.1 Now Backup fails.

... tried again - this time it appeared to work but when I looked at the .log it had apparently failed again because the sync files didn't pass their checksum (yet the backup had worked fine the night before). I have attached my .ffd as well as the error.log file - could someone please tell me what ...
by LeoW
20 Aug 2023, 15:30
Forum: General Discussion
Topic: Feature suggestion: miscompare count in progress stats
Replies: 9
Views: 1333

Re: Feature suggestion: miscompare count in progress stats

xCSxXenon,

Is there a way to tell free file sync to do a checksum after each file is transferred?
by LeoW
19 Aug 2023, 06:28
Forum: General Discussion
Topic: Feature suggestion: miscompare count in progress stats
Replies: 9
Views: 1333

Re: Feature suggestion: miscompare count in progress stats

... check if they are the same. The -n flag tells rsync to do a dry run and not change anything. The -c flag tells rsync to compare the files using a checksum instead of just comparing the file sizes and modification times. Here is an example of how to use it: rsync -vnc /path/to/source/ /path/to/destination/ ...
by Synchronizator
13 Jun 2023, 12:39
Forum: General Discussion
Topic: Make LOG filenames more readable [REQUEST]
Replies: 5
Views: 687

Make LOG filenames more readable [REQUEST]

... 2023-06-13 14.23.59 331.log or eventually SyncSettings 2023-06-13 14_23_59 331.log And by the way: what is that last 3-digit number? A checksum of some sort?
by Plerry
11 Jun 2023, 14:23
Forum: General Discussion
Topic: Content compare and mixing compare
Replies: 2
Views: 419

Re: Content compare and mixing compare

... of the changed file. Only if some service would be running on the remote machine that can provide FFS the momentary hash of the remote file, a checksum based approach could/would potentially be attractive. But as this is normally not the case, and depends on the remote file server, FFS can ...
by cyaneon
29 Nov 2022, 03:02
Forum: Help
Topic: How to open the sync.ffs_db file?
Replies: 1
Views: 479

How to open the sync.ffs_db file?

... pasting the same file to a different location in the drive on both sides is still detected by the software upon comparing them again). Or is the checksum of the file tracked by the file every time a comparison is run? I've tried to read the documentation and search the forums before posting this ...
by Zenju
15 Nov 2022, 19:39
Forum: Help
Topic: Invalid checksum in "FreeFileSync" for Win 10
Replies: 3
Views: 576

Re: Invalid checksum in "FreeFileSync" for Win 10

Delete that "sync.ffs_db" file and try again This has been fixed for the next release: FreeFileSync 11.28 ------------------ Recover from corrupted database file That was a regression compared to older releases. FreeFileSync will automatically overwrite a corrupted DB file, if the error i...
by therube
15 Nov 2022, 17:30
Forum: Help
Topic: Invalid checksum in "FreeFileSync" for Win 10
Replies: 3
Views: 576

Re: Invalid checksum in "FreeFileSync" for Win 10

I'll just point out the "very often" bit, which you would think you should not be running into, very often:
I get then very often (not always!!) this error message: cannot be read, the file content is corrupt (invalid checksum)
by xCSxXenon
15 Nov 2022, 17:04
Forum: Help
Topic: Invalid checksum in "FreeFileSync" for Win 10
Replies: 3
Views: 576

Re: Invalid checksum in "FreeFileSync" for Win 10

Delete that "sync.ffs_db" file and try again
by Sigi
15 Nov 2022, 16:15
Forum: Help
Topic: Invalid checksum in "FreeFileSync" for Win 10
Replies: 3
Views: 576

Invalid checksum in "FreeFileSync" for Win 10

Hello FORUM!
I have (for a long time already) a problem
with "FreeFileSync" for Windows 10.
For more see attachment: .jpg file.
Greetings from Germany
Sigmund
by Plerry
31 Oct 2022, 09:57
Forum: General Discussion
Topic: Feature wanted: auto update checksum file
Replies: 1
Views: 668

Re: Feature wanted: auto update checksum file

... some self-created script-file via the FFS On Completion command line. That script-file should then determine which file to determine the md5 checksum of, and consequently do so.
by vnoder
29 Oct 2022, 13:05
Forum: General Discussion
Topic: Feature wanted: auto update checksum file
Replies: 1
Views: 668

Feature wanted: auto update checksum file

Freefilesync is a very great file sync tool, I use it every day. And I use checksum file created by md5 command to check file integrity. when I use freefilesync sync some new file to cold storage disk,then I need to use md5 command create checksum. step1. use ...
by patrickdrd
28 Jul 2022, 08:03
Forum: General Discussion
Topic: consistency check failed when trying to update portable
Replies: 11
Views: 741

consistency check failed when trying to update portable

... Consistency check failed for "D:\Utilities\PortableApps\FreeFileSyncPortable\App\FreeFileSync\Resources\Registered.dat". Invalid checksum --------------------------- OK --------------------------- so, how can I update my portable ffs? edit: it seems that I have to activate again, ...
by Werve
23 Jun 2022, 11:43
Forum: General Discussion
Topic: Feature request : faster content comparison
Replies: 7
Views: 1800

Re: Feature request : faster content comparison

The use of checksums [...] would not speed up the FFS comparison. Correct, but performance with checksums is much worse: While FFS is comparing file content it breaks on the first byte difference found. Using checksums on the other ...
by Werve
22 Jun 2022, 14:44
Forum: General Discussion
Topic: Feature request : faster content comparison
Replies: 7
Views: 1800

Re: Feature request : faster content comparison

I join in asking to add an option in the settings to speed up the comparison using the checksum method (perhaps in the donations package along with the other options for performance?). Open source projects using this approach are very fast: https://github.com/arsenetar/dupeguru/ ...
by Zenju
18 Apr 2022, 07:59
Forum: Help
Topic: The Installer is damaged. 11.20 macOS
Replies: 2
Views: 425

Re: The Installer is damaged. 11.20 macOS

The zip file had an invalid checksum apparently. Still I couldn't reproduce the "Installer is damaged" error: the pkg was extracted fine on both macOS 12.3 and 10.15 (perhaps the error could be corrected by the extractor?). Fixed and re-uploaded.
by money1334
01 Nov 2021, 18:39
Forum: Help
Topic: FFS created thousands of .jpg files
Replies: 11
Views: 580

Re: FFS created thousands of .jpg files

... did not create/delete any .jpg thumbnail files. I think an improvement to the tool that can significantly speed up the processes is to create a checksum for each directory. If that checksum has not changed, then content of directory should be skipped for any update/mirror function.
by Jean1020
17 Oct 2021, 09:09
Forum: General Discussion
Topic: verification on copy
Replies: 3
Views: 551

Re: verification on copy

Maybe the SMB protocol incorporates a checksum, I haven't checked.
by xCSxXenon
27 Sep 2021, 14:19
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

Gotcha, that makes more sense, but is a little different than the original. Can't say for sure if that's how it's done or not
by kglukhov
27 Sep 2021, 08:19
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

My point is that "Compare by Contents" should not be done on files of different size - they are different by definition.
by xCSxXenon
26 Sep 2021, 14:39
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

Plerry isn't the dev, Zenju is, so he can't answer that question, I don't think. You say checksum is "just a concept" but then what is the point of your post??
by kglukhov
24 Sep 2021, 03:51
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

Checksum is just a concept. Dou you compare contents of the files of different size?
by Plerry
21 Sep 2021, 08:19
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Re: Idea: Calculating checksum only for the same path and file size

The use of checksums is discussed many times (https://freefilesync.org/forum/search.php?keywords=checksum). FFS does not use checksums. Using checksums also does not make sense for FFS, as FFS only runs in one location (which does ...
by kglukhov
21 Sep 2021, 05:12
Forum: General Discussion
Topic: Idea: Calculating checksum only for the same path and file size
Replies: 5
Views: 966

Idea: Calculating checksum only for the same path and file size

Comparison speed by checksum can improved drastically by calculating checksum only for the same path and file size. File size comparison is already implemented, just modify the algorithm by adding checksum to the same size files.
by Plerry
17 Aug 2021, 15:28
Forum: Help
Topic: portable version not unpacking
Replies: 12
Views: 1359

Re: portable version not unpacking

... Size: 19,671 KB, alias 20,142,821 bytes md5: cedf4dd86e8b63a4ed1f9623c8bd2166 So, size is the same as for therube , checksum obviously different, as these are donator specific files. It seems your zip-file does not have the correct size (at 11,246KB). Simply re-download ...
by david47
30 Jun 2021, 15:25
Forum: Help
Topic: File content check
Replies: 6
Views: 3124

File content check

I'm not sure what exactly file content check means in "Compare" options, does it mean file integrity and checksum checking? I'm asking this because I sometimes get corrupt files on my usb when copying with windows. I wonder if this program can do such errors detection ...
by Ibbykn1
04 Jan 2021, 16:45
Forum: Help
Topic: Installation Files Corrupted Consistency Check failed?
Replies: 4
Views: 489

Installation Files Corrupted Consistency Check failed?

... reinstall FreeFileSync. Consistency check failed for "C:\Program Files\FreeFileSync\Install.dat" File content is corrupted. (invalid checksum) Any ideas as to how this might be solved. I would greatly appreciate any help. I apologize in advance if this is a repost of a similar problem. ...