snap-pac/extra/snap-pac.ini
Wes Barnett 287c1eacac
Add options for important=yes userdata
Check if user-specified packages and user-specified commands are in
important lists and if so add userdata important=yes

Fixes #38.
2021-03-13 07:08:40 -05:00

32 lines
1.1 KiB
INI

# snap-pac example configuration file
# Each section corresponds with a snapper configuration. Add additional sections to add
# other configurations to be snapshotted. By default, only the root configuration is snapshotted.
# Create a setion named [DEFAULT] to have a setting apply for all snapper configurations
[root]
# How many characters to limit the description for snapper.
desc_limit = 72
# Whether or not to take snapshots of this snapper configuration
snapshot = True
# What snapper cleanup algorithm to use
cleanup_algorithm = number
# Pre snapshot description. Default is the pacman command that triggered the hook
#pre_description = pacman pre snapshot
# Post snapshot description. Default is the list of packages involved in the pacman transaction
#post_description = pacman post snapshot
# Uncomment to add "important=yes" to userdata for snapshots referring to these packages
#important_packages = ["linux"]
# Uncomment to add "important=yes" to userdata for snapshots that were created with the
#following commands
#important_commands = ["pacman -Syu"]
# Example for another snapper configuration named "home"
# [home]
# snapshot = True