2021-10-02 06:16:35 +00:00
.TH rasdump 1
.SH NAME
rasdump \- SCSI disk dumping tool for RaSCSI
.SH SYNOPSIS
.B rasdump
2022-11-09 07:40:26 +00:00
\fB \- t\fR \fI ID[:LUN]\fR
[\fB \- i\fR \fI BID\fR ]
2021-10-02 06:16:35 +00:00
\fB \- f\fR \fI FILE\fR
2022-11-09 07:40:26 +00:00
[\fB \- s\fR \fI BUFFER_SIZE\fR ]
2021-10-02 06:16:35 +00:00
[\fB \- r\fR ]
2022-11-09 07:40:26 +00:00
[\fB \- v\fR ]
2021-10-02 06:16:35 +00:00
.SH DESCRIPTION
.B rasdump
2022-10-02 13:29:22 +00:00
samples the data on physical SCSI storage media, including hard drives and MO drives, and stores it to an image file. It can also restore from a dumped file onto physical SCSI storage media. Can be connected directly, through a STANDARD RaSCSI board, or a FULLSPEC RaSCSI board.
2021-10-02 06:16:35 +00:00
Set its own ID with the BID option. Defaults to 7 if ommitted.
.SH OPTIONS
.TP
2022-11-09 07:40:26 +00:00
.BR \- t\fI " " \fI ID[:LUN]
SCSI ID and optional LUN of the target device.
2021-10-02 06:16:35 +00:00
.TP
2022-11-09 07:40:26 +00:00
.BR \- i\fI " " \fI BID
SCSI ID of the RaSCSI device.
2021-10-02 06:16:35 +00:00
.TP
.BR \- f\fI " " \fI FILE
2022-11-09 07:40:26 +00:00
Path to the dump file.
.TP
.BR \- s\fI " " \fI BUFFER_SIZE
The transfer buffer size, at least 64 KiB. Default is 64 KiB.
2021-10-02 06:16:35 +00:00
.TP
.BR \- r\fI
2022-11-09 07:40:26 +00:00
Run in restore mode.
.TP
.BR \- v\fI
Enable verbose logging.
2021-10-02 06:16:35 +00:00
.SH SEE ALSO
2022-11-09 07:40:26 +00:00
rasctl(1), rascsi(1), scsimon(1)
2021-10-02 06:16:35 +00:00
Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>