diff --git a/README.md b/README.md index e1d3075..14e8c1f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Incremental file backup - Backup scheduling -Installation +### Installation -------- Backup Commander requires a running webserver such as apache using php @@ -25,12 +25,13 @@ This line shoul be towards the end of the file, e.g. AFTER the %sudo line if you have one. -> Test by switching user to www-data: +>
+Test by switching user to www-data:
 su -s /bin/bash www-data
 cd /var/www/html
 php bin/run-bu-by-id.php 19 0
 	where 19 is the backup id and 0/1 is not-test/test
-
+
Comment out /inc/secure.php in post_handler.php if the login is not required @@ -49,8 +50,10 @@ -TODO: +### TODO +-------- +
 	create the schedule runner in php. simple polling of the DB
 	update install script to ask questions to fill in details for conf.php
 	
@@ -59,3 +62,4 @@
 		new user+password
 		change own password
 		but only if the login is enabled (in post_handler.php)
+