From: Arvin Schnell Date: Fri, 3 Aug 2012 13:15:18 +0000 (+0200) Subject: - work on dbus interface X-Git-Tag: v0.1.3~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18877fbdee729d59f3227072f9a6298fa3dca9f0;p=thirdparty%2Fsnapper.git - work on dbus interface --- diff --git a/data/default-config b/data/default-config index af179035..30157d89 100644 --- a/data/default-config +++ b/data/default-config @@ -5,6 +5,10 @@ SUBVOLUME="/" # filesystem type FSTYPE="btrfs" +# users and groups allowed to work with config +USERS="" +GROUPS="" + # start comparing pre- and post-snapshot in background after creating # post-snapshot BACKGROUND_COMPARISON="yes"