Request Samples

Using the upload operator, backup MyBackup.bak was successfully uploaded to the server.

<packet version="1.6.0.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 client with ID 54 looks as follows:

<packet version="1.6.0.0">
   <backup-manager>
      <put-backup>
         <client-id>54</client-id>
         <tmp-filename>/usr/local/psa/tmp/MyBackup.bak</tmp-filename>
      </put-backup>
   </backup-manager>
</packet>