What is you backup tool of choice?

dustyData@lemmy.world to Linux@lemmy.ml – 124 points –

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.

124

You are viewing a single comment

Git for projects, NAS for 3D printing stuff, mods for games and unofficial game translations, Google Photos for photos (looking to migrate away from that when I have time). I don't much care about anything else.

Git as backup?! Ok...

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.

Yeah, git without LFS isn't optimal for non-text files.

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.

Meaning that as long as you're regularly committing your work to Github/Gitlab/wherever, you don't need to backup your source directory.