diff --git a/backup-module/backup_controller.php b/backup-module/backup_controller.php
index 8ad456e..9624550 100644
--- a/backup-module/backup_controller.php
+++ b/backup-module/backup_controller.php
@@ -16,10 +16,9 @@ function backup_controller()
{
global $route, $session, $path, $redis, $homedir;
$result = false;
-
// This module is only to be ran by the admin user
if (!$session['write'] && !$session['admin']) {
- $route->format = "text";
+ $route->format = "html";
return "
Import an emoncms backup archive.
+ CAUTION ALL EMONCMS ACCOUNT DATA WILL BE OVERWRITTEN BY THE IMPORTED DATANote: Before import update to latest version of Emoncms & emonHub.
+ +Note: If browser upload fails for large backup files follow manual import instructions.
++
Refresh page if log window does not update.
+After import is complete logout then login using the new imported account login details.
Export a compressed archive containing:
+These files contain all Emoncms data including:
+The compressed archive can be used to migrate data to another emonPi / emonBase.
+ ++
Once export is complete refresh page to see download link.
+Note: Export can take a long some time, please be patient.
+Export a compressed archive containing:
-These files contain all Emoncms data including:
-The compressed archive can be used to migrate data to another emonPi / emonBase.
- --
Once export is complete refresh page to see download link.
-Note: Export can take a long some time, please be patient.
-Import an emoncms backup archive.
- CAUTION ALL EMONCMS ACCOUNT DATA WILL BE OVERWRITTEN BY THE IMPORTED DATANote: Before import update to latest version of Emoncms & emonHub.
- -Note: If browser upload fails for large backup files follow manual import instructions.
--
Refresh page if log window does not update.
-After import is complete logout then login using the new imported account login details.
-