Images -> img. Minor tweaks.
This commit is contained in:
@@ -15,12 +15,12 @@ Run the following command on the Raspberry Pi:
|
||||
Little Backup Box supports three backup modes:
|
||||
|
||||
- **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.
|
||||
|
||||
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.
|
||||
|
||||
@@ -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)
|
||||
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?
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
BIN
img/installer.png
Normal file
BIN
img/installer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
@@ -32,7 +32,7 @@ WIDTH=40
|
||||
CHOICE_HEIGHT=4
|
||||
BACKTITLE="Little Backup Box"
|
||||
TITLE="Backup mode"
|
||||
MENU="Select the desired backup mode:"
|
||||
MENU="Select the default backup mode:"
|
||||
|
||||
OPTIONS=(1 "Remote control"
|
||||
2 "Card backup"
|
||||
|
||||
BIN
installer.png
BIN
installer.png
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
@@ -18,7 +18,7 @@
|
||||
# to install the required packages and configure the system.
|
||||
|
||||
# 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
|
||||
|
||||
# Set the ACT LED to heartbeat
|
||||
|
||||
Reference in New Issue
Block a user