PBKP XML LISTING and *.dir files format
From ISPWiki
The*.lst file located in the /usr/local/ispmgr/var/.backup folder, is the local cash of the corresponding PBKP_XML_LISTING file. Each file describes the file hierarchy of the backup files. This hierarchy does not include "subordinate files": PBKP_CONTENT, PBKP_XML_LISTING and all files that are described in the "filename" tag of the PBKP_CONTENT file (normally, they start with a pbkp_ prefix).
Example of the *.dir file:
<?xml version="1.0" encoding="UTF-8"?>
<doc>
<dir name="etc">
<file name="test.com.stat.passwd"/>
</dir>
<dir name="logs">
<file name="test.com.access.log"/>
<file name="test.com.error.log"/>
</dir>
<link name="public_html" uid="root" gid="root" perm="777" src="www/test.com"/>
<file name=".backup.conf"/>
<dir name="www">
<dir name="test.com">
<dir name="webstat">
<file name=".htaccess"/>
<file name="index.html"/>
</dir>
<file name="index.html"/>
</dir>
</dir>
</doc>
