1
0
Fork
You've already forked apk-snap
0
No description
  • Python 89.5%
  • Makefile 9.7%
  • Shell 0.8%
2024年02月17日 10:51:36 +01:00
.github add PR template 2021年03月14日 10:44:48 -04:00
docs docs/conf.py: remove credits to me, as workaround for out-of-date py3-sphinx in alpine 2023年11月28日 19:37:36 +01:00
extra snapper: compare snapshots in background 2024年02月17日 10:51:36 +01:00
hooks apk-snap-hook: get rid of redundant logic, pass directly to apk-snap 2023年11月25日 23:39:11 +01:00
scripts add quit condition if the package is run from within pmbootstrap, add testcase 2024年01月15日 23:57:35 +01:00
tests add quit condition if the package is run from within pmbootstrap, add testcase 2024年01月15日 23:57:35 +01:00
.gitignore Don't track changes in manpage since it is generated 2021年04月04日 18:11:12 -04:00
__init__.py add __init__.py 2024年01月15日 23:55:35 +01:00
CONTRIBUTING.md Add CONTRIBUTING 2023年11月27日 19:48:07 +00:00
LICENSE changed license from gplv2-or-later to gplv3-or-later 2023年11月05日 11:37:06 +01:00
Makefile go back to hook, from symlinking 2023年11月15日 18:06:24 +01:00
README.md change references from pacman and original repo, to apk and current repo 2023年11月05日 11:58:09 +01:00

apk-snap

Tests Docs

Synopsis

apk-snap is a fork of Wes Barnetts snap-pac, originally made for Arch Linux and pacman. apk-snap ports the tool to Alpine Linux and apk.

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

For more information, see the documentation.

Installation

Install the apk-snap package using apk.

For instructions on how to install without apk, 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 apk transaction.

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

Documentation

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

Troubleshooting

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