X-Git-Url: http://git.treefish.org/~alex/photosort.git/blobdiff_plain/ef745f5c8e8191f8ff341cb6fcf39179e34eb2bd..67fcc94b4fc560c01c877aa48c11fc327c2772f8:/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 + } + ] + } + ] +}