Versions Compared

Key

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

...

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

The new masterfile name will be prepended with the pid, replacing the colon with an underscore. 
Example: movie.mp4 -> avalon_2390-movie.mp4 

When the file has been archived, you can see the new filename in the item's raw metadata.

Delete Strategy

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

...