*.lst files format
From ISPWiki
The *.lst file located in the /usr/local/ispmgr/var/.backup directory is the local cache of the corresponding PBKP_CONTENT file. They are formed by means of cutting PBKP_CONTENT. Only the "elid" and "filename" tags are left for each item. Some axillary tags are added (see the example below). Example of the *.lst file:
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<version>1.0</version>
<user>
<item>
<elid>test_user</elid>
</item>
</user>
<postgresql>
<item>
<elid>PostgreSQL->testdb</elid>
... other tags ...
<filename>pbkp_testdbp.sql</filename>
</item>
</postgresql>
<wwwdomain>
<item>
<elid>test.com</elid>
</item>
</wwwdomain>
<stor>sftppass</stor>
<arc>tgz</arc>
<size>3048716</size>
</doc>
