From: Arvin Schnell Date: Thu, 13 Sep 2012 13:34:25 +0000 (+0200) Subject: - added documentation X-Git-Tag: v0.1.3~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc6f94602ec90ccf727512d570281db6a0117d8;p=thirdparty%2Fsnapper.git - added documentation --- diff --git a/doc/permissions.txt b/doc/permissions.txt new file mode 100644 index 00000000..f677129c --- /dev/null +++ b/doc/permissions.txt @@ -0,0 +1,12 @@ + +Non-root users can be allowed to use a config by setting ALLOW_USERS or +ALLOW_GROUPS in the config file. For all operations to work the user must also +be able to read and access the .snapshots directory. + +The .snapshots directory must have owner and group root. The directory must +not be writable by anybody else. + +Example: You have a config tux for /home/tux. To allow the user tux full +access set ALLOW_USERS="tux" in /etc/snapper/configs/tux and chmod a+rx +/home/tux/.snapshots. +