]> git.treefish.org Git - photosort.git/blobdiff - doc/photosort-config.json
implementing daemon
[photosort.git] / doc / photosort-config.json
diff --git a/doc/photosort-config.json b/doc/photosort-config.json
new file mode 100644 (file)
index 0000000..8dbc884
--- /dev/null
@@ -0,0 +1,24 @@
+{
+    "bunches": [
+        {
+            "id": "mbk",
+            "dst_dir": {
+                "path": "/var/local/photosort/sorted/mbk"
+            },
+            "src_dirs": [
+                {
+                    "path": "/var/local/photosort/sorted/mbk/incoming",
+                    "cleanup": true
+                },
+                {
+                    "path": "/var/local/photosort/shares/camera-evelyn",
+                    "cleanup": false
+                },
+                {
+                    "path": "/var/local/photosort/shares/camera-guenther",
+                    "cleanup": false
+                }
+            ]
+        }
+    ]
+}