Pacman hook that creates a btrfs snapshot with snapper prior to the operation as a system restore point
Find a file
2024-09-03 17:00:45 -07:00
.github add PR template 2021-03-14 10:44:48 -04:00
docs Fix typo 2021-05-30 18:34:39 +02:00
extra modified to use a single R/W snapshot 2024-09-03 17:00:45 -07:00
hooks modified to use a single R/W snapshot 2024-09-03 17:00:45 -07:00
scripts modified to use a single R/W snapshot 2024-09-03 17:00:45 -07: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 modified to use a single R/W snapshot 2024-09-03 17:00:45 -07:00

snap-pac

Synopsis

This is a set of pacman hooks and scripts that automatically cause snapper to perform a snapshot before pacman transactions.

Forked from Wes Barnett's solution for my own personal needs. Takes a single screenshot vs. the original's pre/post pair.

[Installation] (https://wesbarnett.github.io/snap-pac/installation.html).

Configuration

Most likely, configuration is not needed. By default, the snapper configuration named root will have snapshots taken before 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.