extend to allow for transfers of IDRA daily files
IDRA data is structured as follows:
data/
├── 2023-03-01
│ ├── level2_archive
│ │ └── level2_archive_IDRA_2023-03-01T00-00-16Z.nc
│ ├── level2pp_archive
│ │ └── level2pp_archive_IDRA_2023-03-01T00-00-16Z.nc
│ ├── level2pp_single_scan
│ ├── level2_quicklooks
│ │ └── level2_statistics_quicklook_IDRA_2023-03-01T00-00-16Z.png
│ ├── level2_single_scan
│ ├── level3pp_archive
│ │ └── level3pp_archive_IDRA_2023-03-01T00-00-16Z.nc
│ ├── level3pp_single_scan
│ ├── level3_quicklooks
│ └── log_files
├── 2023-03-02
│ ├── level2_archive
│ │ └── level2_archive_IDRA_2023-03-02T00-00-16Z.nc
│ ├── level2pp_archive
│ │ └── level2pp_archive_IDRA_2023-03-02T00-00-16Z.nc
│ ├── level2pp_single_scan
│ ├── level2_quicklooks
│ │ └── level2_statistics_quicklook_IDRA_2023-03-02T00-00-16Z.png
│ ├── level2_single_scan
│ ├── level3pp_archive
│ │ └── level3pp_archive_IDRA_2023-03-02T00-00-16Z.nc
│ ├── level3pp_single_scan
│ ├── level3_quicklooks
│ └── log_files
Ruisdael is interested in keeping all the files, except the log files.
What is the best way to select the directories, from the previous day, to be transferred?