<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Hi jdd,<br>
<br>
thanks for your reply.<br>
<br>
In my case, files were not empty and I'm on windows, but I will make
your test nevertheless<br>
I have tried it using the search in DK (file size max à,1MB as 0MB
doesn't work) and it returns a list of files that seems to be
corrupted, so I will try to fix and will compare also with your
test<br>
<br>
For information I found a 4th one that I kept for reference (and I
have recovered it from my backup)<br>
my concern is that running another backup may overwrite the correct
file by a acorrupted version, that's why I'm trying to make a check
before another backup<br>
<br>
<br>
<img src="cid:part1.9GTKwESk.jJ0tQxwU@gmail.com" alt=""><br>
<br>
Frederic<br>
<br>
<div class="moz-cite-prefix">Le 11/04/2023 à 11:07, <a class="moz-txt-link-abbreviated" href="mailto:jdd@dodin.org">jdd@dodin.org</a> a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:629ccd9e-0aa4-4e7e-ce9f-716e32079b71@dodin.org">Le
11/04/2023 à 11:04, <a class="moz-txt-link-abbreviated" href="mailto:jdd@dodin.org">jdd@dodin.org</a> a écrit :
<br>
<blockquote type="cite">Le 11/04/2023 à 10:01, frederic chaume a
écrit :
<br>
<blockquote type="cite">Hi all
<br>
<br>
Following the crash I had last week, I discovered 3 corrupted
files (in
<br>
the same album) . Hopefully it was Jpeg and I have been able
to genrate
<br>
them again.
<br>
But I'm wondering if there could be other corrupted files over
the
<br>
hundred of thousands of files I have under DK. So I would like
to know
<br>
if there is a way to identify them so I can recover them from
my backup
<br>
<br>
here, corrupted means the thumbnail doens't show the picture
but a
<br>
green logo and effectively when I click on it, nothing is
displayed
<br>
<br>
thanks for your help
<br>
Frederic
<br>
<br>
</blockquote>
ce sont souvent des fichiers vides (taille zéro), j'ai un script
pour
<br>
les trouver. Attention, certains sont vides volontairement, leur
liste
<br>
peut être mise dans fichers-vides-normaux
<br>
</blockquote>
<br>
sorry, I forgot the list was english. corrupted files are often
empty, so the script to find them.
<br>
<br>
I may add that sometime only part of the jpg file is missing,
giving a photo with part of it grey, I don't know hos to find
these ones
<br>
<blockquote type="cite">
<br>
#!/bin/bash
<br>
#trouver les fichiers vides
<br>
#(taille zéro), anormaux
<br>
#les fichiers normalement vides sont dans
"fichers-vides-normaux"
<br>
#fonctionne à partir du répertoire courant
<br>
<br>
find . -empty | grep -i -v -f ~/bin/fichiers-vides-normaux
<br>
<br>
jdd
<br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>