mv2archive
Synopsis
Move images (originals and generated files) to the archive-directory below ARCHIVE_ROOT_DIR.
Prerequisites
None.
Configuration
- ORIG_DIR
- Directory for original images. Defaults to $TARGET_DIR/orig.
- IMG_DIR
- Working directory. Defaults to $TARGET_DIR/work.. This module searches generated files in this directory.
- ARCHIVE_ROOT_DIR
- Root directory of all archive-directories. Defaults to $TARGET_DIR/archive..
- IMG_PREFIX
- Prefix of the original images (e.g. dsc_, img_).
Description
This module creates subdirectories below the archive root-directory. These subdirectories use the name-format yyyymmdd and all images taken on the date mm/dd/yyyy will be moved to the same subdirectory $ARCHIVE_ROOT_Dir/yyyymmdd. Note that generated files go to the same archive-directory as their respective original files.
The archiving-scheme implemented by this module is just one of many possible ways to archive your images. Other schemes might be added in the future.