mksubvolume
Linux filesystem snapshot management tool
Install
- All systems
-
curl cmd.cat/mksubvolume.sh
- Debian
-
apt-get install snapper
- Ubuntu
-
apt-get install snapper
- Arch Linux
-
pacman -S snapper
- Kali Linux
-
apt-get install snapper
- CentOS
-
yum install snapper
- Fedora
-
dnf install snapper
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install snapper
- Raspbian
-
apt-get install snapper
- Dockerfile
- dockerfile.run/mksubvolume
snapper
Linux filesystem snapshot management tool
Snapper is a tool for Linux filesystem snapshot management. Apart from the obvious creation and deletion of snapshots, it can compare snapshots and revert differences between snapshots. In simple terms, this allows root and non-root users to view older versions of files and revert changes. The features include: * Manually create snapshots * Automatically create snapshots, e.g. when using a package manager * Automatically create timeline of snapshots * Show and revert changes between snapshots * Works with btrfs, ext4 and thin-provisioned LVM volumes * Supports Access Control Lists and Extended Attributes * Automatic cleanup of old snapshots * Command line interface * D-Bus interface * PAM module to create snapshots during login and logout (libpam-snapper)