table of contents
DNF-SNAPPER(8) | dnf-plugins-extras | DNF-SNAPPER(8) |
NAME¶
dnf-snapper - DNF snapper Plugin
Creates a pair of snapshots of root filesystem. One snapshot is created just before the transaction run (Pre). This means after a successful transaction check and successful transaction test. And another snapshot is created when the transaction has finished (Post). The user is not supposed to interact with the plugin in any way.
WARNING:
There is no mechanism to ensure data consistency during
creating a snapshot. Files which are written at the same time as snapshot is
created (eg. database files) can be corrupted or partially written in
snapshot. Restoring such files will cause problems. Moreover, some system
files must never be restored. Recommended is to only restore files that belong
to the action you want to revert.
CONFIGURATION¶
/etc/dnf/plugins/snapper.conf
[main] section optional parameters¶
- enabled
- boolean, default: True
Specifies whether the plugin is enabled.
- snapper_config
- string, default: root
Specifies which snapper config should be used when taking snapshots.
AUTHOR¶
See AUTHORS in your Extras DNF Plugins distribution
COPYRIGHT¶
2024, Igor Gnatenko, Licensed under GPLv2+
February 22, 2024 | 4.1.2 |