There may be a few minor code changes (less than 1000 lines per data loss) that got lost over the last few decades. And i don't have my earliest pices of garbage code from the 8 bit and DOS eras any more.

But for the last 20+ years i've been very meticulous when it comes to tracking code i care about. There's a great deal of code i deliberatily don't backup (i have a src/temp directory), this is mostly one-off tools, test code, or code i write live to teach an old collegue new tricks. If THAT stuff goes away, it's a bit like someone sneaked into my house and cleaned the junk out of my attic. Yes, there may be a certain sentimental loss, but i knew i didn't need to hold on to that stuff anyway...

All tracked code is also auto-synced to multiple servers in different locations, just to make sure even a house fire doesn't automagically wipe out my rather huge codebase. With all the ~270 repos on my server (and the the correspondig default base databases for the projects), i'm currently at about 30 GB of code backup.

In the last 10 years, i only had one major loss, and that was of an OpenSCAD project that took me a few days to design. I accidentaly deleted the wrong project, so i was "forced" to design something much better in a fraction of the time.

To be clear, most of my project stuff in my personal mercurial SCM doesn't need to survive me. It's all my hobby stuff, as well as some projects of other people i so regularly use in my own stuff that i started to implement my own non-public modifications to it. All the open source stuff that is also used in commercial applications by my employers gets additional, in-company mirrors.

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

In reply to Re: Have you ever lost your work? by cavac
in thread Have you ever lost your work? by harangzsolt33

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.