Using the upload operator, backup MyBackup.bak was successfully uploaded to the server.
<packet version="1.6.3.0">
<upload>
<result>
<status>ok</status>
<name>MyBackup</name>
<file>/usr/local/psa/tmp/MyBackup.bak</file>
</result>
</upload>
</packet>
The request packet moving the backup to the local repository of the customer with ID 54 looks as follows:
<packet version="1.6.3.0">
<backup-manager>
<import-file>
<customer-id>54</customer-id>
<tmp-filename>/usr/local/psa/tmp/MyBackup.bak</tmp-filename>
</import-file>
</backup-manager>
</packet>