zfs VS snapper

Compare zfs vs snapper and see what are their differences.

snapper

Manage filesystem snapshots and allow undo of system modifications (by openSUSE)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
zfs snapper
719 33
10,125 824
1.4% 2.4%
9.7 9.0
about 21 hours ago 7 days ago
C C++
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zfs

Posts with mentions or reviews of zfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-12.

snapper

Posts with mentions or reviews of snapper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-31.
  • Bcachefs Merged into the Linux 6.7 Kernel
    3 projects | news.ycombinator.com | 31 Oct 2023
    I left SUSE close to the end of 2021, and I had had to reinstall my work laptop twice that year alone. I consider that recent enough to call it current.

    > df is not lying

    To me, that reads as "df isn't lying because $EXCUSES."

    I disagree. I don't care about excuses. I want a 100% accurate accounting of free space at all times via the standard xNix free-disk-space reporting command, and the same from the APIs that command uses so that applications can also get an accurate report of free space.

    If a filesystem cannot report free space reliably and accurately, then that filesystem is IMHO broken. Excuses do not exonerate the FS, and having other FS-specific commands that can report free space do not exonerate it. The `df` command must work, or the FS is broken.

    The primary point of Btrfs is that it is the only GPL snapshot-capable FS. The other stuff is gravy: it's a bonus. There are distros that use Btrfs that don't use snapshots, such as Fedora.

    Some Btrfs advocates use this to claim that the problems are not problematic. If the filesystem is of interest on the basis of feature $FOO, then "product $BAR does not exhibit this problem" is not an endorsement or a refutation if $BAR does not use feature $FOO.

    Btrfs RAID is broken in important ways, but that is not a deal-breaker because there are other perfectly good ways of obtaining that functionality using other parts of the Linux stack. If no feature or functionality is lost considering the OS and stack as a whole, then that isn't a problem. However, this remains serious and an issue.

    Additional problems include:

    • Poor integration into the overall industry-wide OS stack.

    Examples:

    - Existing commands do not work or give inconsistent results.

    - Duplication of functionality (e.g. overlap with `mdraid`)

    • Poor integration into specific vendors' OS stacks.

    Examples:

    - SUSE uses Btrfs heavily.

    But SUSE's `zypper` package manager is not integrated with its `snapper` tool. Zypper doesn't include snapshot space used by Snapper in its space estimation.

    Snapper is integrated with Btrfs; licence restrictions notwithstanding, I would be much reassured if Snapper supported other COW filesystems.

    (This has been attempted but I don't think anything shipped -- https://github.com/openSUSE/snapper/issues/145 . I welcome correction on this!)

    The transactional features of SUSE's MicroOS family of distros rely heavily on it. This lack of awareness of snapshot space utilization deeply worries me. I have raised this with SUSE management, but my concerns were dismissed. That worries me.

    Red Hat removed Btrfs support from RHEL. As a result it has had to bodge transactional package management together by grafting Git-like functionality into OStree, then building two entirely new packaging systems around OStree, one for the OS itself and a different one for GUI-level packages. The latter is Flatpak, of course.

    This strikes me as prime evidence that:

    1. Btrfs isn't ready.

  • Desktop Linux Hardening
    2 projects | news.ycombinator.com | 12 Jun 2023
    Very useful. One practical thing to add: enabling automatic snapshots (e.g. with https://github.com/openSUSE/snapper), ideally backing them up separately (e.g., with borg) might help recovery.
  • best practice to keeping Linux environment 'clean'?
    1 project | /r/debian | 1 May 2023
    I like btrfs snapshots, e.g. with snapper (http://snapper.io/), but that needs a bit of setup (and is out of the box with some distros, e.g. opensuse).
  • New user: some small issues
    2 projects | /r/Fedora | 25 Feb 2023
    Use snapper, it's very good and it can be integrated with grub so that you can boot into an snapshot (not sure you can do that with timeshift).
  • Snapper: Trouble setting up /.snapshots mountpoint for custom subvol location
    1 project | /r/linuxquestions | 2 Feb 2023
    The other big difference, is that I would like to have "flat" hierarchy (at least within the nested distro-specific subvol) for my snapshots. Meaning that I do not like the nested structure of /.snapshots that snapper seems to assume by default and would prefer something like /fedora/snapshots/rootfs instead. It seems this is a somewhat popular request that has been opened for over 8 years... but since it hasn't been implemented in snapper itself, most people just use workarounds.
  • New high-end gaming PC build, need distro suggestion
    1 project | /r/linux_gaming | 29 Dec 2022
    If, for some reason, anything goes wrong with your system, it is also trivial to return it to a working state, using snapper. This is preconfigured by default, no manual work required.
  • Best configuration for bare hypervisor distro FOR DESKTOP VMs
    2 projects | /r/linuxquestions | 30 Oct 2022
    Are you sure you need a full on virtual machine, rather than a system snapshotting tool like Snapper or Timeshift?
  • snapper list -show-items-about-to-be-deleted, have anyone done it?
    3 projects | /r/btrfs | 1 Oct 2022
    I never said it did. Please read. It was meant to demonstrate that the health of the project is questionable, since after thatf ater that change was submitted, the official tests for the project is broken (see the current status on their github page https://github.com/openSUSE/snapper).
  • How do you prefer to backup and restore your Fedora system?
    1 project | /r/Fedora | 31 May 2022
  • Just try it, it's glorious
    3 projects | /r/linuxmasterrace | 24 May 2022
    The amazing tooling: - YaST, the best configuration tool out there. I think its fair to say that nothing comes close to the number of things you can configure with Yast. - Open Build Service (OBS), a tool that automatically builds binaries for software and sets up repositories to add to your favorite package manager. Supports every major linux distro but intergrates especially well with the openSUSE software store, and OPI (openSUSE equivelant to something like paru or yay) to be like the AUR but (imo) better. - openQA, Automated testing for any package or operating system, making sure that even on leading edge software, you're still stable. - snapper, out of the box btrfs snapshots that make sure you can (almost) always boot into a useable system, even after a bumpy update.

What are some alternatives?

When comparing zfs and snapper you can also consider the following projects:

zstd - Zstandard - Fast real-time compression algorithm

TimeShift - System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.

7-Zip-zstd - 7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard

btrbk - Tool for creating snapshots and remote backups of btrfs subvolumes

sanoid - These are policy-driven snapshot management and replication tools which use OpenZFS for underlying next-gen storage. (Btrfs support plans are shelved unless and until btrfs becomes reliable.)

snapper-gui - GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes

RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.

Rsnapshot - a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)

zfsbootmenu - ZFS Bootloader for root-on-ZFS systems with support for snapshots and native full disk encryption

snap-sync - Use snapper snapshots to backup to external drive

zrepl - One-stop ZFS backup & replication solution

tumbleweed-cli - Command line interface for interacting with Tumbleweed snapshots.