If you have any data coming from the microscopes, it should be available to transfer from /mnt/gateway/teams/// The best way to transfer it is to use rclone, here is a usage exemple: rclone copy -P -l --transfers=6 /mnt/gateway/teams// /mnt/storage/teams// rclone behaves exactly like rsync but adds the parallel transfer feature --transferts=6 being the number of parallel transfers, you can try to tweak it to optimize the transfer speed but 6 seems to work well.