2018-03-20 20:28:12 +01:00
2017-05-20 11:33:26 +02:00
2016-12-27 16:43:39 +01:00
2018-03-20 10:03:05 +01:00
2018-03-20 10:03:05 +01:00
2016-12-27 16:43:39 +01:00
2018-03-20 20:26:51 +01:00
2017-03-17 14:50:29 +01:00
2018-03-20 20:26:51 +01:00
2018-03-20 20:28:12 +01:00
2018-03-20 15:34:29 +01:00

Little Backup Box

Bash shell scripts that transform a Raspberry Pi (or any single-board computer running a Debian-based Linux distribution) into an inexpensive, fully-automatic, pocketable photo backup device.

Installation

First of all, make sure that your Raspberry Pi is connected to the internet.

Run the following command on the Raspberry Pi:

curl -sSL https://goo.gl/btmpKd | bash

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.
  • Web UI Simple web interface that allows you 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.

Usage

In the card backup mode:

  1. Boot the Raspberry Pi
  2. Plug in the backup storage device (or camera, if you configured Little Backup Box as described above)
  3. Plug in the card reader and wait till the Raspberry Pi shuts down

To geocorrelate the backed up photos, place a GPX file in the root of the storage device before plugging it into the Raspberry Pi.

Note: To differentiate between different storage cards, the backup script creates a datetime-based .id file in the root of each storage card. The name of the .id file is also used as the destination backup folder on the storage device.

With the direct camera transfer script enabled, follow the steps described below.

In the camera backup mode:

  1. Boot the Raspberry Pi
  2. Connect the camera to the Raspberry Pi
  3. Turn the camera on on and wait till the Raspberry Pi shuts down

Note that the direct camera file transfer script doesn't support geocorrelation.

In the Web UI 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.

Problems?

Please report bugs and issues in the Issues section.

Contribute

If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.

To add a new feature or fix issues yourself, follow the following steps.

  1. Fork the project's repository repository
  2. Create a feature branch using the git checkout -b new-feature command
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes
  4. Push changes using the git push origin new-feature command
  5. Submit a pull request

Author

Dmitri Popov dmpop@linux.com

License

The GNU General Public License version 3

Linux Photography

Little Backup Box is a part of a streamlined and automated Linux-based photographic workflow described in the Linux Photography book. The book provides step-by-step instructions on building a Raspberry Pi-based photo backup device running the Little Backup Box script. Get your copy at Google Play Store or Gumroad.

Description
No description provided
Readme 1.2 MiB
Languages
Shell 79.1%
PHP 20.9%