<div dir="ltr"><div>I saw this on Slashdot and on serverfault. He was using Ansible at the time, and all remote backups were mounted at that time, and wiped clean too.<br><br></div>Yes, catastrophic mistake, but he could recover almost all data with testdisk. I recovered a disk for a colleague once, could recover almost 95%. A journaled filesystem is very good for recovering things.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">Mauro<br><a href="http://mauro.limeiratem.com" target="_blank">http://mauro.limeiratem.com</a> - registered Linux User: 294521<br>Scripture is both history, and a love letter from God.</div></div>
<br><div class="gmail_quote">2016-04-15 14:09 GMT-03:00 Scott Allen <span dir="ltr"><<a href="mailto:mlxxxp@gmail.com" target="_blank">mlxxxp@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 15 April 2016 at 12:47, D. Hugh Redelmeier <<a href="mailto:hugh@mimosa.com">hugh@mimosa.com</a>> wrote:<br>
> This isn't true of the rm(1) command.  No operand means delete nothing.<br>
<br>
</span>The following article gives more specifics:<br>
<<a href="http://www.independent.co.uk/life-style/gadgets-and-tech/news/man-accidentally-deletes-his-entire-company-with-one-line-of-bad-code-a6984256.html" rel="noreferrer" target="_blank">http://www.independent.co.uk/life-style/gadgets-and-tech/news/man-accidentally-deletes-his-entire-company-with-one-line-of-bad-code-a6984256.html</a>><br>
<br>
The script actually contained<br>
rm -rf {foo}/{bar}<br>
<br>
The error caused foo and bar to be null so the result was<br>
rm -rf /<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Scott<br>
</font></span><div class="HOEnZb"><div class="h5">---<br>
Talk Mailing List<br>
<a href="mailto:talk@gtalug.org">talk@gtalug.org</a><br>
<a href="https://gtalug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">https://gtalug.org/mailman/listinfo/talk</a><br>
</div></div></blockquote></div><br></div>