Pacman hook that creates a btrfs snapshot with snapper prior to the operation as a system restore point
Find a file
2021-05-16 19:31:49 -04:00
.github add PR template 2021-03-14 10:44:48 -04:00
docs update ini file location 2021-05-16 19:20:53 -04:00
extra Fix typo 2021-04-29 15:38:59 +03:00
hooks rename hooks, update docs on backupboot example 2021-05-09 16:51:57 -04:00
scripts strip newline from return of cmd 2021-04-25 12:03:45 -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 update for sphinx change 2021-05-16 19:31:49 -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.