Configuration
The Archiver can be configured with the following settings, either through command line parameters or through the Muffin.Pictures.Archiver.config
.
However, command line parameters have precedence over XML configuration.
Through config:
1: 2: 3: 4: 5: 6: |
|
Through the command line:
1:
|
|
SourceDir
Mandatory
The directory from where to move the files.
DestinationDir
Mandatory
The directory where the files will be archived into folders by date.
Fallback
Set this flag if you want the Archiver to look at the Date Modified
if it can't find the correct EXIF tag.
NOTE: Enabling Fallback will also move any other file type, ie: not only pictures.
MailTo
Set this if you want to send an email report of the archival process.
NOTE: This will require you to configure smtp in the smtp.config
file.