]> git.treefish.org Git - photosort.git/commitdiff
implementing daemon
authorAlexander Schmidt <alex@treefish.org>
Mon, 19 Oct 2020 11:43:33 +0000 (13:43 +0200)
committerAlexander Schmidt <alex@treefish.org>
Mon, 19 Oct 2020 11:43:33 +0000 (13:43 +0200)
doc/photosort-config.json [new file with mode: 0644]

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
+                }
+            ]
+        }
+    ]
+}