Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This documentation may be out of date. For the most recent documentation for the archival extractors, see the READMEs in GitHub: https://github.com/clowder-framework/extractors-archival

The archival process in Clowder is an optional addon to the already optional RabbitMQ extractor framework.

...

Both the file size and the inactivity period can be configured according to your preferences.

Configuration PathDefault

Description

archiveAutoInterval0

If == 0, disable automatic archiving.

If > 0, check every interval seconds for candidates for automatic archival.

archiveAutoDelay120Number of seconds to wait before starting the first iteration of the automatic archival loop. 
archiveAutoAfterInactiveCount90Number of units a file can go un-downloaded before it is considered "inactive".
archiveAutoAfterInactiveUnitsdaysThe units for the inactivity timeout above (e.g. "90 days" old)
archiveAutoAboveMinimumStorageSize1000000

The minimum number of bytes for a file to be considered as a candidate for automatic archival.


ncsa.archival.disk

This image has been pre-built as clowder/extractors-archival-disk .

...