config example

This commit is contained in:
Kameron Kenny 2024-08-20 11:03:38 -04:00
parent 827f057989
commit dc9458a890
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 26 additions and 0 deletions

26
config.yaml.EXAMPLE Normal file
View File

@ -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'