Search found 6 matches

by Wrinkle4709
08 Apr 2025, 03:37
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Re: Best way to use FFS to detect and mitigate bit rot?




In the case of files unknowly corrupted on one side, "Compare File time and size" would not trigger copying the bad files to the other side in a sync, becasue the modify timestamp are the same on both sides, and Versioning only store the old version of updated files and deleted files, it do ...
by Wrinkle4709
08 Apr 2025, 01:53
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Re: Best way to use FFS to detect and mitigate bit rot?


In the case of files unknowly corrupted on one side, "Compare File time and size" would not trigger copying the bad files to the other side in a sync, becasue the modify timestamp are the same on both sides, and Versioning only store the old version of updated files and deleted files, it do not ...
by Wrinkle4709
07 Apr 2025, 17:15
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Re: Best way to use FFS to detect and mitigate bit rot?



You can make use of the file versioning function in FreeFIleSync, to keep old version of files to a chosen path with timestamp folder of sync time during file sync, this way you can still recover the uncorrupted files in the revision folder in case of files unknowly corrupted.

Manual: File ...
by Wrinkle4709
07 Apr 2025, 17:11
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Re: Best way to use FFS to detect and mitigate bit rot?


The best practice to detect bit rot is to create a checksum file for the known good copy of files, and verify the files to detect bit rot, or create parity files for known good copy of files to check and repair corrupted data in files.

Since FreeFileSync main purpose is for files sync, I think it ...
by Wrinkle4709
29 Mar 2025, 16:33
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Re: Best way to use FFS to detect and mitigate bit rot?

That is a great point. My current process is to test both files to see which one is working properly and keep that one. I have had one experience like this with FFS, where two files were different in the File Content initial "scan" where both of the directories both had a ".Trash-1000" folders in ...
by Wrinkle4709
28 Mar 2025, 21:33
Forum: General Discussion
Topic: Best way to use FFS to detect and mitigate bit rot?
Replies: 11
Views: 61878

Best way to use FFS to detect and mitigate bit rot?

I am new to the backup life style. I heard about bit rot being a really low possibility (like extremely low) for files. However, I would like to just try to mitigate that if possible at all. Would using the "Compare File Content" comparing the files bit-by-bit be a good way to detect bit rot between ...