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.

  • Freeman@lemmy.pub
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    So, just today actually, i wiped ubuntu and isntalled pop_os with btrfs. Basically using this walk through and setup Timeshift to manage snapshots.

    https://mutschler.dev/linux/pop-os-btrfs-22-04/

    but thats not really a backup.

    I have a backup box i use for files with rsync and the like. Need to figure out a full backup method to may backup location though.

    Might just setup an ansible deployment and call it a day.

    • Lemmyin
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      I have to say that I used to be a timeshift fan but I’ve started moving to snapper instead. Both are very similar but with snapper you can have multiple configs, one per sub vol. each with different settings. I like having a separate root and home schedules set up. Means I can restore one or the other independently. Works a treat.

      • Freeman@lemmy.pub
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Nice. I’ll check it out for sure. That post I followed also i a link to the authors scripts to run a btrfs snap before apt runs.

        Frankly I just moved some configs over before I did the wipe. My Linux desktops aren’t too customized.

        I had to work around his how to a bit since I use nvme and a pre-partitioned disk that I had to pre-format lvm to (he used a default install run to pre-format the disks)