Versions Compared

Key

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

...

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

Code Block
titleExample configuration in avalon.yml
 master_file_management:
   strategy: 'move'
   path: '/mnt/diskarray/avalon-archive'

...

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

Code Block
titleExample configuration in avalon.yml
 master_file_management:
   strategy: 'delete'

...

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

Code Block
titleExample configuration in avalon.yml
 master_file_management:
   strategy: 'none'