How to archive and retrieve data in BaseSpace using BaseSpace Command Line Interface (CLI) commands?
Archiving runs and datasets
Use the archive
command to send data to long-term storage:
Use the IsArchived
field to check whether runs or datasets have been archived:
Similar to deletion, archival will only move the Data/
directory of run files, while InterOp and other metadata will remain accessible. For datasets, all files will be archived but metadata including any dataset attributes will remain available.
Restoring data from the archive
To regain access to archived data, use the unarchive
command:
Note that the restore process can take up to several days to complete. The IsArchived
field will remain true
until the data has been fully restored.
Bulk archival
As with other CLI commands, it it easy to combine archive
with the list
command for powerful results:
For any feedback or questions regarding this article (Illumina Knowledge Article #5447), contact Illumina Technical Support techsupport@illumina.com. |
Last updated