Open brancomat opened 1 year ago
Scenario: we needed to import some old ODIM files for a reftime that's already been archived.
This is the workflow we adopted:
archive age
arki-query --summary-short --dump '' $file_to_be_imported
arki-check --unarchive 2023/06-20.odimh5 $dataset
arki-scan --dump --status --summary --dispatch $configuration $file_to_be_imported
arki-check -f -r
Question: is the 3rd step necessary, or would the repack harmonize unarchived and archived data with no need to unarchive that day?
Scenario: we needed to import some old ODIM files for a reftime that's already been archived.
This is the workflow we adopted:
archive age
linearki-query --summary-short --dump '' $file_to_be_imported
(to see the data reftime, i.e.: 2023-06-20 6:00)arki-check --unarchive 2023/06-20.odimh5 $dataset
(to unarchive that day)arki-scan --dump --status --summary --dispatch $configuration $file_to_be_imported
archive age
linearki-check -f -r
Question: is the 3rd step necessary, or would the repack harmonize unarchived and archived data with no need to unarchive that day?