It only takes a minute of your time to copy your important files to a drive or the cloud. I (potentially) lost one year of progress on a book I'm writing because of my negligence.

So please don't be like me.

  • darkcalling@lemmygrad.ml
    ·
    14 hours ago

    I recommend for writing that people make frequent versioned copies as well. For example after some amount of pages or time spent I'll copy the file itself and rename it <filename>_backup<date> to try and protect against corruption that happens to part of the file without being noticed and just to have the option of rolling back to a previous iteration or at least looking at it. It can clutter things up a little but if you like you can put the backups in their own folder somewhere. Though this is obviously no substitute for backing up to another device as this method doesn't protect you against your storage device failing, suffering corruption, malware, etc so it's more important to do that.

    Sorry this happened to you OP.

    • amber (she/her)@lemmygrad.ml
      ·
      2 hours ago

      I’ve never really thought about it outside of the context of code, but I wonder if Git would be handy for this. Plain text and markdown would work perfectly, but there might be better version control systems for things like Office/LibreOffice.