⚠️ For reasons not yet fully understood, the `rclone mount` process used to mount the S3 bucket into the bulk importer directory must be run as `root`, even if the RDMS containers are started by a non-root user. We suspect that this is a limitation of the kernel's `fuse` module, and that the `rclone mount` process must be run under the same UID as the importer processes inside the docker containers (which run as root, too).
##### Importing a subset of experiments from a file share
The CRC1280 importer will always import *all* data from `/home/reseed/reseed/bulk-ingest` (which is mounted as `/rub-test-data` inside the `web` and the `worker` containers). If you want to import only a subset of the experiments on a given fileshare, you will have to manually construct the directory structure that the CRC1280 importer expects for the experiments to be imported in `/home/reseed/reseed/bulk-ingest`, and then manually mount the corresponding directory for each experiment individually.