Shows the database tables of phpWebSite/ngWebSite with the module names they belong to. Each single table can be backed up (Backup Table) or all tables of a module (Backup Module Tables). To backup all tables of the site, use (BackupAllTables). The backup data will be stored with timestamped filenames in the repository, from where tables are eligable to recover (Tab Repository).
Only tables of installed modules will be backed up. Not installed modules do not have database tables in use. The table data are backed up together with crc checksums to support integrity verifications in case when restored.
Import start with skeleton.sysbu.20110214-095211.db.skeleton_bones.data Import done for skeleton_bones, 1 rows, 0 errors, 1 ok, 0 neCRC, 1 eqCRC.
The filename with the timestamp of the recovery input data is told and the number of rows processed for the table. The recover can be successfully (ok) or with errors (error). neSRC tells, how many rows are changed against the native backup in the recovery data, while eqCRC confirms the data unchanged. Note, changed data do not prevent rows to become restored.