Install Snapper On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

Install Snapper On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

snapper

Filesystem snapshot management tool.

Maintainer: Hideki Yamane



Section: utils

Install snapper

  • Debian apt-get install snapper Click to copy
  • Ubuntu apt-get install snapper Click to copy
  • Arch Linux pacman -S snapper Click to copy
  • Kali Linux apt-get install snapper Click to copy
  • CentOS yum install snapper Click to copy
  • Fedora dnf install snapper Click to copy
  • Raspbian apt-get install snapper Click to copy

Filesystem snapshot management tool.

How to use snapper?

Below are few example commands for snapper that you can use in the terminal.

List snapshot configs:
snapper list-configsClick to copy
Create snapper config:
snapper -c config create-config path/to/directoryClick to copy
List snapshots for a config:
snapper -c config listClick to copy
Create a new snapshot:
snapper -c config snapshotClick to copy
Delete a snapshot:
snapper -c config delete snapshot_numberClick to copy
Delete a range of snapshots:
snapper -c config delete snapshot_X-snapshot_YClick to copy
Installing snapper command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Arch, Kali, CentOS, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of snapper 2024 package in your OS.