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