I don’t mean system files, but your personal and work files. I have been using Mint for a few years, I use Timeshift for system backups, but archived my personal files by hand. This got me curious to see what other people use. When you daily drive Linux what are your preferred tools to keep backups? I have thousands of pictures, family movies, documents, personal PDFs, etc. that I don’t want to lose. Some are cloud backed but rather haphazardly. I would like to use a more systematic approach and use a tool that is user friendly and easy to setup and program.

  • bellsDoSing
    cake
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 months ago

    Git for projects

    I assume the original comment meant code based projects, for which git, if repo is pushed to a remote, is a very sane choice.

    • Rikudou_Sage@lemmings.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Yep, that’s what I meant. If it’s a public project, it’s on my GitHub, if it’s a private one, it’s on my private GitLab instance.