I’m trying to find a good method of making periodic, incremental backups. I assume that the most minimal approach would be to have a Cronjob run rsync periodically, but I’m curious what other solutions may exist.

I’m interested in both command-line, and GUI solutions.

  • akash_rawal@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Features necessary for most btrfs use cases are all stable, plus btrfs is readily available in Linux kernel whereas for zfs you need additional kernel module. The availability advantage of btrfs is a big plus in case of a disaster. i.e. no additional work is required to recover your files.

    (All the above only applies if your primary OS is Linux, if you use Solaris then zfs might be better.)