• BearOfaTime@lemm.ee
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    1 month ago

    Use date/time in your file name,using GMT:

    Metrics of Sales 2024-05-22_14-29.docx

    Very unlikely to have 2 docs with the same down-to-the-minute time stamp in the name.

    • MudMan@fedia.io
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      1 month ago

      If you think this process involves enough mindpower to check the time, let alone figure out where the dashes are in whatever language keyboard setup I’m using at the time, you are wildly overestimating how much care goes into doing this.

        • blindsight@beehaw.org
          link
          fedilink
          English
          arrow-up
          7
          ·
          1 month ago

          I have an AutoHotkey script that drops the current date in ISO8601. I don’t need timestamps often, so date is sufficient. I like to have manual control of file names since I very frequently do not want files renamed.

          Cute related story: I taught my 6 y.o. son this macro so he can save his Krita art with the date (and then some keyboard spam ending in “poop”, usually). The macro shortcut I set is `T so he now calls the date “ticky tee”. Any set of numbers with dashes is a “ticky tee” to him, and if AutoHotkey is closed he runs to get me because “ticky tee isn’t working, Daddy!”

          • BearOfaTime@lemm.ee
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            1 month ago

            Dammit, why have I never thought to use AHK for this? I already use the custom context menu script someone developed about 15 years ago (Favorite Folders? It’s on the AHK/AutoIT forum) , I can just add it to that.

            AHK/AutoIT are game changers. I feel naked on a machine without it, I’m so used to Ctrl-Middle -click to get to all sorts of things… Folders, scripts, tools, automations (like your date idea), etc.

            Ticky-tee! Hahahaha, love it!

      • BearOfaTime@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 month ago

        Well, if you can’t be bothered to ensure file names mean something, then you get to enjoy the results.

        In the Real World®, sometimes files get shared and traded around, and conversations happen about them, and you need to be able to quickly verify you’re looking at the same doc.

        We can’t all be connected to the same version control system.

        • MudMan@fedia.io
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          Well, if you can’t be bothered to ensure file names mean something, then you get to enjoy the results.

          Now you’re getting it.

    • mortrek@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I generally do this on my NAS, combined with nightly and bi-weekly backups, plus a 6-mo safety backup, to a backup drive. Also, basic off-site nightly backups for important stuff. If I worked on really important stuff that required lots of versioning, though, I’d probably go with a versioning system instead of inserting the date.

      • brbposting@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        Who handles the live replication and offsite storage rotations for your quantum encrypted multi site redundant back up system?

        I kid (because your excellent practices put mine to absolute shame). Thanks for the reminder to get serious about backups!