<div dir="ltr"><div class="gmail_default" style="font-size:large">Art & NMGLugers. What OS on the NUC that failed? No recovery media? No way to boot live and look in? You do have some access as you are de-duplicating some files. What was the last working situation(OS. file system, etc)? Might be interesting. Thank you, Ted P<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 17, 2021 at 7:35 PM Art Barnes <<a href="mailto:art@pin2.io">art@pin2.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">My old Intel NUC is still in a state of non-workingness, but this week I’ve been doing a bit of clean-up on my external drives which have multiplied over the years. I’ve been using jdupes for hunting down duplicate copies of my photos library, music library, reports etc. and it works pretty well. It only catches binary identical files though, so it won’t catch similar images or even identical images but with changes to the file header.<div><br></div><div>Jdupes page here: <a href="https://github.com/jbruchon/jdupes" target="_blank">https://github.com/jbruchon/jdupes</a></div><div><br></div><div>By default jdupes prints groups of duplicate files to stdout with each file separated by a single newline and groups separated by a pair of newlines. It’s not terribly useful by itself so usually it’s necessary to pass the output to some script. I wrote a short python script to delete all duplicates in the 2nd folder passed to it which are present in the 1st folder. I’m always worried about deleting everything by accident so my python script actually just writes out a shell script which then does the deleting. </div><div><br></div><div>Script here: <a href="https://github.com/akbarnes/jdupes-helper" target="_blank">https://github.com/akbarnes/jdupes-helper</a></div><div><br></div><div>-Art</div></div>_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
<a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" rel="noreferrer" target="_blank">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
</blockquote></div>