|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Create a backup on a disk (mounted or fix disk) on the controller.The method is asynchronous. The current state of the backup are sent as events. The response contains a location header which can be subscribed on to get the events.
Backup may affect RAPID execution and can cause system stops.
/ctrl/backup
POST
action=backup Required
Environment variables such as $TEMP, $SYSTEM shall be possible to have in the path. But $HOME directory cannot be used as backup path. Example: backup=/fileservice/$syspar/tempfolder
archive=TRUE | FALSE
No content
UNAUTHORIZED(401), FORBIDDEN(403), BAD_REQUEST(400), CONFLICT(409)
See Robot controller return codes
curl --digest -u "Default User":robotics -d "backup=/fileservice/$syspar/tempfolder" -X POST "http://localhost/ctrl/backup?action=backup"