comment out configuration file, since defaults now set
This commit is contained in:
parent
33efa4484d
commit
32306e37f8
1 changed files with 4 additions and 4 deletions
|
|
@ -3,13 +3,13 @@
|
||||||
# Snapper configurations of which you want to take pre/post snapshot set.
|
# Snapper configurations of which you want to take pre/post snapshot set.
|
||||||
# Default is just the root configuration. Uses spaces between each configuration
|
# Default is just the root configuration. Uses spaces between each configuration
|
||||||
# name.
|
# name.
|
||||||
CONFIGS="root"
|
#CONFIGS="root"
|
||||||
#CONFIGS="root home"
|
#CONFIGS="root home"
|
||||||
|
|
||||||
# The description of the pre/post snapshots. Default is the pacman command that
|
# The description of the pre/post snapshots. Default is the pacman command that
|
||||||
# called the hook
|
# called the hook
|
||||||
PRE_DESCRIPTION="$(ps -C pacman -o args=)"
|
#PRE_DESCRIPTION="$(ps -C pacman -o args=)"
|
||||||
POST_DESCRIPTION="$(ps -C pacman -o args=)"
|
#POST_DESCRIPTION="$(ps -C pacman -o args=)"
|
||||||
|
|
||||||
# Snapper cleanup algorithm to use.
|
# Snapper cleanup algorithm to use.
|
||||||
CLEANUP_ALGORITHM="number"
|
#CLEANUP_ALGORITHM="number"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue