Skip to content

Instantly share code, notes, and snippets.

@najibninaba
Created June 19, 2017 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save najibninaba/2d9a7ff74532477a97778baeafee87c1 to your computer and use it in GitHub Desktop.
Save najibninaba/2d9a7ff74532477a97778baeafee87c1 to your computer and use it in GitHub Desktop.
Useful Snapper Commands

Useful Snapper Commands

# Create a checkpoint named MyCheckpointName
sudo snapper create -d MyCheckpointName

# List all Snapper checkpoints
sudo snapper list

# Restore a Snapper checkpoint
# First get the rollback number from the snapper list command, e.g 63
# and then provide the rollback number in the following command
sudo snapper rollback 63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment