Pacman hook that creates a btrfs snapshot with snapper prior to the operation as a system restore point
Find a file
2021-04-15 20:20:48 -04:00
.github add PR template 2021-03-14 10:44:48 -04:00
docs update docs 2021-03-28 09:00:01 -04:00
extra Update example config file 2021-03-14 08:38:19 -04:00
hooks update logging 2021-04-15 20:20:48 -04:00
man8 update docs 2021-03-28 09:00:01 -04:00
scripts update logging 2021-04-15 20:20:48 -04:00
tests update test 2021-04-15 20:14:24 -04:00
.gitignore ignore built docs 2021-03-13 05:23:08 -05:00
LICENSE Initial commit 2016-03-11 13:56:09 +00:00
Makefile Update docs building 2021-03-28 08:56:33 -04:00
README.md more links to docs 2021-03-13 20:17:16 -05:00

snap-pac

Tests Docs

Synopsis

This is a set of pacman hooks and script that automatically causes snapper to perform a pre and post snapshot before and after pacman transactions, similar to how YaST does with OpenSuse. This provides a simple way to undo changes to a system after a pacman transaction.

Installation

Install the snap-pac package using pacman.

For instructions on how to install without pacman, see the documentation.

Configuration

Most likely, configuration is not needed. By default, the snapper configuration named root will have pre/post snapshots taken for every pacman transaction.

For more information on configuring snap-pac, see the documentation.

Documentation

See the documentation here or man 8 snap-pac after installation.

Troubleshooting

After reviewing the documentation, check the issues page and file a new issue if your problem is not covered.