From 67fcc94b4fc560c01c877aa48c11fc327c2772f8 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Mon, 19 Oct 2020 13:43:33 +0200 Subject: [PATCH 1/1] implementing daemon --- doc/photosort-config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/photosort-config.json diff --git a/doc/photosort-config.json b/doc/photosort-config.json new file mode 100644 index 0000000..8dbc884 --- /dev/null +++ b/doc/photosort-config.json @@ -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 + } + ] + } + ] +} -- 2.39.5