From dc9458a890e9be80bf6ad19fd736537917fe995a Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:03:38 -0400 Subject: [PATCH] config example --- config.yaml.EXAMPLE | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.yaml.EXAMPLE diff --git a/config.yaml.EXAMPLE b/config.yaml.EXAMPLE new file mode 100644 index 0000000..dd30518 --- /dev/null +++ b/config.yaml.EXAMPLE @@ -0,0 +1,26 @@ +--- +folders: + destination: + base: '/path/to/DESTINATION' + source: + base: '/path/to/SD_CARD' + originals: 'Originals' # Concatenated onto destination folder to keep a local 'clean' copy + backup: '/Volumes/Multimedia' # A path to a separate disk or NAS to store a backup copy +store_originals: TRUE +store_backup: TRUE +cleanup_sd: FALSE # Delete files from the SD after checksum validation +file_types: + image: + - 'jpg' + - 'jpeg' + - 'raw' + - 'dng' + - 'rw2' + - 'arw' + - 'nef' + video: + - 'mov' + - 'mp4' + audio: + - 'wav' +