ossobv / planb

PlanB - automating remote backups and snapshots with zfs/rsync
GNU General Public License v3.0
28 stars 3 forks source link

Backup reports can have malformed tables #17

Closed wdoekes closed 6 years ago

wdoekes commented 6 years ago

Example:

<stdin>:24: (ERROR/3) Malformed table.

+--------------------------------+--------------+--------------------------+
| name                           | disk usage   | last backup              |
+================================+==============+==========================+
| xxx-planb                      |     962.0 MB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
| xxxxxxsite-continu-ota         |       9.5 GB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
| xxxxxxsite-continu-productie-mysql |       4.6 GB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
| xxxxxxsite-continu-productie-web |       4.4 GB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
| xxxxxxsite-continu-productie-worker |     158.0 MB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
| xxxxx.xxxxxxhosting.nl         |       2.3 GB | 2018-02-20               |
+--------------------------------+--------------+--------------------------+
Sending report for company to administratie@SOMEWHERE

Should be fixed before next monthly report...