UHDAS has a unique way of managing it's data where if it encounters an unrecoverable error it creates a new data directory with a <cruise_id>_[a-z] directory name.
Would like to have a way to more gracefully handle transferring UHDAS data.
Ideally if the source directory for collection system transfers includes *, [0-9] or [a-z] then the transfer would copy the source directories and their contents to the destination directory.
For Example:
if the source directory is set to {cruiseID}[a-z] and the parent of the source contains directories: ODT2601, ODT2601a then then both matching source directories would be synced to the destination directory.
UHDAS has a unique way of managing it's data where if it encounters an unrecoverable error it creates a new data directory with a <cruise_id>_[a-z] directory name.
Would like to have a way to more gracefully handle transferring UHDAS data.
Ideally if the source directory for collection system transfers includes
*,[0-9]or[a-z]then the transfer would copy the source directories and their contents to the destination directory.For Example:
if the source directory is set to {cruiseID}[a-z] and the parent of the source contains directories: ODT2601, ODT2601a then then both matching source directories would be synced to the destination directory.