Developer by day, gamer by night!

🖥️ Stack: #NodeJS #Flutter #Go

🐧Linux: Currently on #Fedora

🎮️ Games: #ApexLegends and #Chess

Fun fact: Built my own custom keyboard, which sometimes doesn’t work and hangs, but hey… it still adds to the charm, right 😂

  • 3 Posts
  • 21 Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle






















  • I have a vorta backup, running on a regular basis for my home dir which has GBs of data.

    Mounting and restoring files is literally a matter of seconds.

    But if you want something that you can easily take with you, you can go with a symlink/git approach:

    • have a folder “configs”
    • move all your dotfiles thst have NO sensitive data like credentials into that folder
    • symlink them into their proper place
    • use GIT to track them and push them to a git repo

    Once you need them somewhere else, it’s just a git pull away… easy as that.

    What I dislike about existing solutions, is they come with their own binaries, conventions, and stuff, but basically do almost the same… this is the “raw way” that will hold up on any system, and almost all of them have git.