• @[email protected]
    link
    fedilink
    17 months ago

    I keep / and /home on a btrfs subvolumes, so I do not have to think about their sizes and also can do snapshots.

    • lemmyvore
      link
      fedilink
      English
      17 months ago

      How do btrfs snapshots work?

      I use borg to take snapshots from / and /home because I can be selective (it has include and exclude patterns, like rsync). Also because it does deduplication (at file and chunk level too, saves a ton of space) and compression. And of course a big factor is that I can keep the backups somewhere else.

      I’ve looked into zfs snapshots but they seem really limited in comparison. Good for recovering accidental deletes or changes if you catch on soon enough, but not very useful otherwise.