update config file
This commit is contained in:
parent
2428ee46ca
commit
cb47d1907d
1 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# snap-pac example configuration file
|
||||
# see snap-pac(8) for more details
|
||||
|
||||
# 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.
|
||||
|
|
@ -14,21 +15,21 @@ snapshot = True
|
|||
# What snapper cleanup algorithm to use
|
||||
cleanup_algorithm = number
|
||||
|
||||
# Pre snapshot description. Default is the pacman command that triggered the hook
|
||||
## 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 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", "linux-lts]
|
||||
## Uncomment to add "important=yes" to userdata for snapshots referring to these packages
|
||||
#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
|
||||
#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
|
||||
#userdata = ["key=value","foo=bar"]
|
||||
|
||||
# Example for another snapper configuration named "home"
|
||||
## Example for another snapper configuration named "home"
|
||||
# [home]
|
||||
# snapshot = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue