PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
537 stars 82 forks source link

Download/Upload configuration files? #1080

Closed Pacjunk closed 1 year ago

Pacjunk commented 1 year ago

Feature request

Hi - having recently transferred my images between cards due to OS upgrade, it would be nice if we could upload & download configuration files. We can already download properties files, but no way to upload them (short of uploading a ZIP containing the file). Would it be possible to:

1 - Add a button to download the selected configuration (json) file 2 - On the upload page, add upload of config files (json and properties) in addition to images & shared.

Thanks,

rdmark commented 1 year ago

Here ya go https://github.com/PiSCSI/piscsi/pull/1083

Pacjunk commented 1 year ago

Looks good. Thanks!