Pacman hook that creates a btrfs snapshot with snapper prior to the operation as a system restore point
Find a file
2021-04-25 11:50:15 -04:00
.github add PR template 2021-03-14 10:44:48 -04:00
docs update docs 2021-04-25 11:50:15 -04:00
extra Update example config file 2021-03-14 08:38:19 -04:00
hooks Revert "rename hook" 2021-04-15 20:31:56 -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 Don't track changes in manpage since it is generated 2021-04-04 18:11:12 -04:00
LICENSE Initial commit 2016-03-11 13:56:09 +00:00
Makefile Don't track changes in manpage since it is generated 2021-04-04 18:11:12 -04:00
README.md update docs 2021-04-25 11:50:15 -04: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.

For more information, see the documentation.

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.