USBARCHIVE
Synopsis
Create a backup on a remote machine
Description
The USBARCHIVE
command sends through the USB connection a complete backup of the machine that issued the command. The format of the backup is identical to the one created by SDARCHIVE
.
The receiving machine must have already issued a corresponding USBRESTORE
otherwise an error occurs. After the transmission has ended the receiving machine will reset itself and install the backup.
Compatibility
This command is new in newRPL and does not exist in userRPL.
Usage
1: …………………………………………………………………………………… USBARCHIVE
will result in the transmission of a complete backup of the calculator to the machine connected via USB cable, provided te other side is listening by means of USBRESTORE
.
Related Commands
Command | Short Description | |
---|---|---|
USBSTATUS | Get status of the USB driver | NEW |
USBRECV | Receive an object through USB link | NEW |
USBSEND | Send an object through the USB link | NEW |
USBOFF | Disable USB port | NEW |
USBON | Enable USB port | NEW |
USBAUTORCV | Receive an object and execute it | NEW |
USBARCHIVE | Create a backup on a remote machine | NEW |
USBRESTORE | Restore a backup from a remote machine | NEW |