Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Avalon has the ability to perform minimal management of master files after it has successfully processed them.  There are three management strategies: move, delete, or do nothing.

Move Strategy

The move strategy will move master files to the configured path once they have been processed.  This path needs to be file system accessible.

 master_file_management:
   strategy: 'move'
   path: '/mnt/diskarray/avalon-archive'

Delete Strategy

The delete strategy will delete the master file after it has been processed.

 master_file_management:
   strategy: 'delete'

None Strategy

The 'none' strategy will leave the master files in place after processing.

 master_file_management:
   strategy: 'none'
  • No labels