From: Alexander Schmidt Date: Mon, 19 Oct 2020 11:43:33 +0000 (+0200) Subject: implementing daemon X-Git-Url: http://git.treefish.org/~alex/photosort.git/commitdiff_plain/67fcc94b4fc560c01c877aa48c11fc327c2772f8?ds=inline;hp=ef745f5c8e8191f8ff341cb6fcf39179e34eb2bd implementing daemon --- 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 + } + ] + } + ] +}