summaryrefslogtreecommitdiff
path: root/src/photoalbum.default.conf
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 17:57:36 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 17:57:36 +0100
commit448f785c5fba56ab3e5bf01b05e7827ed4321e6a (patch)
tree80ae5a03f1c3ab30fa126677277898c516cb7df3 /src/photoalbum.default.conf
parent9bf8f9ba9f5e957f77a894fb08235e3fe0904646 (diff)
theoretically i can include tarballs in photoalbums now
Diffstat (limited to 'src/photoalbum.default.conf')
-rw-r--r--src/photoalbum.default.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf
index 20ac490..3e8cf10 100644
--- a/src/photoalbum.default.conf
+++ b/src/photoalbum.default.conf
@@ -11,6 +11,13 @@ INCOMING_DIR=$(pwd)/incoming
DIST_DIR=$(pwd)/dist
TEMPLATE_DIR=/usr/share/photoalbum/templates
+# Includes a .tar of the incoming dir in the dist, can be yes or no
+declare -r TARBALL_INCLUDE=yes
+
+# If INCLUDETARBALL=yes, set the Name of the tarball
+declare -r TARBALL_SUFFIX=.tar
+declare -r TAR_OPTS='-c'
+
# Some debugging options
#set -e
#set -x