Various fixes and improvements

This commit is contained in:
Dmitri Popov
2019-02-11 20:37:39 +01:00
parent 93e7c890d5
commit 9c458c0e68
5 changed files with 33 additions and 47 deletions

View File

@@ -47,13 +47,11 @@ The exact steps depend on the backup mode.
### Remote control mode
1. Point the browser to *http://[IP-ADDRESS]:8080* (replace *[IP-ADDRESS]* with the actual IP address of the Raspberry Pi)
2. Start the desired backup mode by pressing the appropriate button.
1. Point the browser to *http://127.0.0.1:8000* (replace *127.0.0.1* with the actual IP address of the Raspberry Pi).
2. Start the desired action by pressing the appropriate button.
<img src="img/rc.png" alt="" />
The remote control mode gives you access to the **Device backup** action that backs up the */home/pi/BACKUP* folder on the Raspberry Pi to an external storage device. This can be useful when you transfer files in the camera backup mode, and later want to back up the transferred files to a external storage device.
## Problems?
Please report bugs and issues in the [Issues](https://github.com/dmpop/little-backup-box/issues) section.