Update example config file

This commit is contained in:
Wes Barnett 2021-03-14 08:38:19 -04:00
parent b66665a35e
commit 0f86de6ade
No known key found for this signature in database
GPG key ID: 1070BCC98C18BD66

View file

@ -5,31 +5,42 @@
# other configurations to be snapshotted. By default, only the root configuration is snapshotted. # 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 # Create a setion named [DEFAULT] to have a setting apply for all snapper configurations
[root] ## Uncomment to set parameters for snapper configuration named root
# How many characters to limit the description for snapper. #[root]
desc_limit = 72
# Whether or not to take snapshots of this snapper configuration ## How many characters to limit the description for snapper.
snapshot = True ## Default is 72
#desc_limit = 72
# What snapper cleanup algorithm to use ## Whether or not to take snapshots of this snapper configuration
cleanup_algorithm = number ## Default is True for root configuration and False for all other configurations
#snapshot = True
## Pre snapshot description. Default is the pacman command that triggered the hook ## What snapper cleanup algorithm to use
## Default is number
#cleanup_algorithm = number
## Pre snapshot description.
## Default is the pacman command that triggered the hook
#pre_description = pacman pre snapshot #pre_description = pacman pre snapshot
## Post snapshot description. Default is the list of packages involved in the pacman transaction ## Post snapshot description.
## Default is the list of packages involved in the pacman transaction
#post_description = pacman post snapshot #post_description = pacman post snapshot
## Uncomment to add "important=yes" to userdata for snapshots referring to these packages ## Uncomment to add "important=yes" to userdata for snapshots referring to these packages
## Default is []
#important_packages = ["linux", "linux-lts"] #important_packages = ["linux", "linux-lts"]
## Uncomment to add "important=yes" to userdata for snapshots that were created with the following commands ## Uncomment to add "important=yes" to userdata for snapshots that were created with the following commands
## Default is []
#important_commands = ["pacman -Syu"] #important_commands = ["pacman -Syu"]
## Add custom userdata. Each key-value pair should be an item in the list ## Add custom userdata. Each key-value pair should be an item in the list
## Default is []
#userdata = ["key=value","foo=bar"] #userdata = ["key=value","foo=bar"]
## Example for another snapper configuration named "home" ## Example for another snapper configuration named "home"
# [home] # [home]
## Default is False
# snapshot = True # snapshot = True