For the SCSI drives you can use the BlueSCSI v2 in Initiator Mode. It'll copy the disks once you connect the drive to it without the need of a Mac.
@shu82 and
@chrisrueckert, FYI, initiator mode was originally implemented for ZuluSCSI, which is where BlueSCSI got said initiator mode support from.
See the second line of
https://github.com/BlueSCSI/BlueSCSI-v2/blob/main/src/BlueSCSI_initiator.cpp#L2C3-L2C65, where it clearly states:
Code:
This file is originally part of ZuluSCSI adopted for BlueSCSI
The SCSI initiator mode code exists because Rabbit Hole Computing developed and tested it, and was a basic feature of ZuluSCSI RP2040 when it was announced in March of 2023. The BlueSCSI team then added hardware support to a later hardware revision of BlueSCSI V2, which was released in ~September of 2023, five months after we chose to make it publicly available under an open source license.
ZuluSCSI Blaster (Ultra SCSI),
ZuluSCSI Wide, and
ZuluSCSI RP2040 Compact all support initiator mode, and have from day one.
It's also worth noting that the BlueSCSI V2 firmware was shamelessly forked form ZuluSCSI firmware, and began life as a
wholesale search-and-replace. It does not represent an original work at the time of the fork. Other than BlueSCSI Toolbox, which was ported over from BlueSCSI V1, the initial firmware development of BlueSCSI V2 was done by Rabbit Hole Computing. Their primary contribution was to design a work-alike Pico-based board, instead of using an integrated/laid-down RP2040 microcontroller.
Rabbit Hole Computing then released
ZuluSCSI Pico OSHW in October of 2023 under a "true" open-source license, the CERN Open Hardware License, which did not restrict commercial use/sale.
Eleven months later,
on or around September 9th, 2024, the BlueSCSI team announced they were re-releasing their hardware designs under the exact same CERN OHL-S license, instead of the previously used
Creative Commons Non-commercial license. This is a clear pattern of behavior, which continues with the recent release of
BlueSCSI Ultra/Ultra Wide, which is similarly derived from firmware written by Rabbit Hole Computing, for ZuluSCSI.
It's pretty clear who is paying for and doing the actual hard work.