diff --git a/README.md b/README.md index a0fec5e..72bd182 100644 --- a/README.md +++ b/README.md @@ -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. - + 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. - + + +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? diff --git a/ichigo.svg b/img/ichigo.svg similarity index 100% rename from ichigo.svg rename to img/ichigo.svg diff --git a/img/installer.png b/img/installer.png new file mode 100644 index 0000000..2cc6999 Binary files /dev/null and b/img/installer.png differ diff --git a/rc.png b/img/rc.png similarity index 100% rename from rc.png rename to img/rc.png diff --git a/install-little-backup-box.sh b/install-little-backup-box.sh index 3d47b8b..e58644e 100755 --- a/install-little-backup-box.sh +++ b/install-little-backup-box.sh @@ -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" diff --git a/installer.png b/installer.png deleted file mode 100644 index 9788256..0000000 Binary files a/installer.png and /dev/null differ diff --git a/scripts/camera-backup.sh b/scripts/camera-backup.sh index ed816a2..acb494e 100755 --- a/scripts/camera-backup.sh +++ b/scripts/camera-backup.sh @@ -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