The following request packet creates a backup task which instructs Plesk to perform a reseller-level backup (without splitting) of the reseller account with ID 18.
<packet version="1.6.0.0">
<backup-manager>
<backup-reseller>
<client-id>18</client-id>
<local/>
<description>Standard weekly backup</description>
<split-size>0</split-size>
</backup-reseller>
</backup-manager>
</packet>
The following request packet creates a backup task which instructs Plesk to back up configuration of reseller account with ID 18.
<packet version="1.6.0.0">
<backup-manager>
<backup-reseller>
<reseller-id>18</reseller-id>
<local/>
<description>Standard weekly backup</description>
<split-size>0</split-size>
<only-configuration/>
</backup-reseller>
</backup-manager>
</packet>