Images -> img. Minor tweaks.

This commit is contained in:
Dmitri Popov
2018-03-22 14:16:57 +01:00
parent 8285ef5f40
commit 3e85c189a7
7 changed files with 7 additions and 5 deletions

View File

@@ -15,12 +15,12 @@ Run the following command on the Raspberry Pi:
Little Backup Box supports three backup modes: Little Backup Box supports three backup modes:
- **Card backup** Automatically backs up the contents of a storage card to an external storage device. - **Card backup** Automatically backs up the contents of a storage card to an external storage device.
- **Camera backup** Transfers photos, raw files, and videos from the camera connected directly to the Raspberry Pi. The transferred files are saved in the */home/pi/[CAMERA MODEL]* directory on the system storage card. **Important** Make sure that the camera is set to the MTP USB connection mode. - **Camera backup** Transfers photos, raw files, and videos from the camera connected directly to the Raspberry Pi. The transferred files are saved in the */home/pi/BACKUP/[CAMERA MODEL]* directory on the system storage card. **Important** Make sure that the camera is set to the MTP USB connection mode.
- **Remote control** Provides a simple web interface to manually choose one of the two modes described above. - **Remote control** Provides a simple web interface to manually choose one of the two modes described above.
During the installation, choose the desired mode from the selection dialog. During the installation, choose the desired mode from the selection dialog.
<img src="installer.png" alt="" width="600"/> <img src="img/installer.png" alt="" width="600"/>
When prompted, reboot the Raspberry Pi. When prompted, reboot the Raspberry Pi.
@@ -49,7 +49,9 @@ The exact steps depend on the backup mode.
1. Point the browser to *http://[IP-ADDRESS]:8080* (replace *[IP-ADDRESS]* with the actual IP address of the Raspberry Pi) 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. 2. Start the desired backup mode by pressing the appropriate button.
<img src="rc.png" alt="" width="375"/> <img src="img/rc.png" alt="" width="375"/>
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.
## Problems? ## Problems?

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/installer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -32,7 +32,7 @@ WIDTH=40
CHOICE_HEIGHT=4 CHOICE_HEIGHT=4
BACKTITLE="Little Backup Box" BACKTITLE="Little Backup Box"
TITLE="Backup mode" TITLE="Backup mode"
MENU="Select the desired backup mode:" MENU="Select the default backup mode:"
OPTIONS=(1 "Remote control" OPTIONS=(1 "Remote control"
2 "Card backup" 2 "Card backup"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -18,7 +18,7 @@
# to install the required packages and configure the system. # to install the required packages and configure the system.
# Specify a storage device and its mount point # Specify a storage device and its mount point
HOME_DIR="/home/pi" # Home directory path HOME_DIR="/home/pi/BACKUP" # Home directory path
SHUTD="5" # Minutes to wait before shutdown due to inactivity SHUTD="5" # Minutes to wait before shutdown due to inactivity
# Set the ACT LED to heartbeat # Set the ACT LED to heartbeat