From 32306e37f82b2ed6ad523bde63bf8dfcf4252a60 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 25 Apr 2016 12:40:26 -0500 Subject: [PATCH] comment out configuration file, since defaults now set --- snap-pac.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snap-pac.conf b/snap-pac.conf index 5645b54..9f4fd56 100644 --- a/snap-pac.conf +++ b/snap-pac.conf @@ -3,13 +3,13 @@ # Snapper configurations of which you want to take pre/post snapshot set. # Default is just the root configuration. Uses spaces between each configuration # name. -CONFIGS="root" +#CONFIGS="root" #CONFIGS="root home" # The description of the pre/post snapshots. Default is the pacman command that # called the hook -PRE_DESCRIPTION="$(ps -C pacman -o args=)" -POST_DESCRIPTION="$(ps -C pacman -o args=)" +#PRE_DESCRIPTION="$(ps -C pacman -o args=)" +#POST_DESCRIPTION="$(ps -C pacman -o args=)" # Snapper cleanup algorithm to use. -CLEANUP_ALGORITHM="number" +#CLEANUP_ALGORITHM="number"